certificate
Here are 1,152 public repositories matching this topic...
-
Updated
Apr 20, 2022 - Go
Describe the bug:
-
Updated
Apr 7, 2022 - Shell
-
Updated
Apr 20, 2022 - Go
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 14, 2022 - HTML
This will allow users to set up API mgmt for provisioners, and unblock users in environments where the ca.json is not easily accessible.
The --enable-admin flag would create the first provisioner and admin (this code already exists, just behind a boolean).
The --acme flag would create an ACME provisioner.
Related: smallstep/certificates#737
-
Updated
Mar 17, 2022 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
Apr 15, 2022 - Go
-
Updated
Mar 25, 2022 - Shell
-
Updated
Apr 8, 2022 - C#
-
Updated
Apr 15, 2022 - TypeScript
-
Updated
Jun 7, 2021 - C#
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
-
Updated
Dec 16, 2021
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Java
-
Updated
Dec 27, 2021 - Python
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Mar 2, 2021
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Jan 16, 2022 - Java
-
Updated
Jan 29, 2022 - Go
-
Updated
Mar 5, 2022 - Shell
Improve this page
Add a description, image, and links to the certificate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the certificate topic, visit your repo's landing page and select "manage topics."
In all of our current uses of
os.umaskorfilesystem.umask, we always temporarily set it to a different value and then restore it using atry/finallyblock. I expect this pattern to continue.Because of that, why don't we create a simple function in
certbot.utilthat can be used as a context manager to set umask to a value and restore it to its previous value when exiting thewithblo