generated from genaumann/salt-formula-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a new function called `cert()` to the `_states/acme_sh.py` file. The `cert()` function is used to ensure that a certificate is issued or renewed. It takes several parameters such as the domain name, ACME mode, aliases, server, key size, DNS plugin, webroot, and more. The function performs error checking and checks if the certificate is available and set for renewal. If necessary, it issues or renews the certificate. The commit also includes necessary imports and a `__virtual__()` function.
- Loading branch information
Showing
1 changed file
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters