certificate
Here are 875 public repositories matching this topic...
-
Updated
Feb 20, 2021 - Go
Unit tests for CertificateReadiness controller
Could follow a similar approach to how the other controllers are tested i.e CertificateIssuing controller
-
Updated
Feb 18, 2021 - Shell
-
Updated
Feb 19, 2021 - Go
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 19, 2021 - HTML
-
Updated
Jan 28, 2021 - Shell
-
Updated
Jul 4, 2020 - Go
-
Updated
Dec 11, 2020 - Go
-
Updated
Feb 19, 2021 - Shell
-
Updated
Aug 12, 2019 - C#
-
Updated
Feb 3, 2021 - Java
-
Updated
Feb 6, 2021 - JavaScript
If you create a custom ICertificateAuthorityConfiguration and pass it to say a step-ca authority, with a custom port in the URL the FileSystemAccountStore tries to put the port in the directory name and fails.
Can we change from AuthorityUri to Host?
Add tests
-
Updated
Feb 3, 2021
-
Updated
May 2, 2020 - Python
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Oct 28, 2020
-
Updated
Dec 24, 2019 - JavaScript
-
Updated
Jul 8, 2019 - Go
-
Updated
Aug 28, 2020 - Java
-
Updated
Apr 11, 2018 - Go
Simple read function for pkcs8 files - I've built something for this (in the process of.. simple as), will push for review if successful. Additional function in pem.js
Use case:
Verify/Read any pkcs8 file
Openssl steps
1.) Create a private key pair
openssl req -x509 -newkey rsa:4096 -keyout test.pem -out test.crt -days 365 -subj "/C=Test/ST=Test/L=London/O=Pemjs/OU=Pemjs/CN=Pemjs.com" -
-
Updated
Feb 15, 2021
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