certificate
Here are 1,132 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Go
Describe the bug:
-
Updated
Feb 4, 2022 - Shell
-
Updated
Feb 23, 2022 - Go
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Jan 10, 2022 - Python
-
Updated
Mar 13, 2022 - HTML
-
Updated
Mar 17, 2022 - Shell
Hello
What would you like to be added
Currently the step-cli certificate fingerprint foo.pem command only outputs the fingerprint as a SHA256 hash. It would be convenient to have an option to display a SHA1 fingerprint instead.
Why this is needed
Azure Iot Hub services display the fingerprints as SHA1 hashes on the Azure portal, so it's not easy to compare both types of finge
-
Updated
Apr 1, 2021 - Go
-
Updated
Mar 17, 2022 - Go
-
Updated
Mar 17, 2022 - Shell
-
Updated
Mar 17, 2022 - C#
-
Updated
Jan 10, 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
Mar 16, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Java
-
Updated
Dec 27, 2021 - Python
-
Updated
Mar 17, 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