certificate
Here are 920 public repositories matching this topic...
-
Updated
Apr 13, 2021 - Go
Is your feature request related to a problem? Please describe.
In order to address issue #3796, PR #3815 runs the e2e tests in series one after the other. It would be nice to run the tests in parallel again as that would lead to all the tests completing earlier.
Describe the solution you'd like
-
Updated
Apr 12, 2021 - Shell
-
Updated
Apr 13, 2021 - Go
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 30, 2021 - HTML
-
Updated
Apr 8, 2021 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
Dec 11, 2020 - Go
-
Updated
Apr 10, 2021 - Shell
-
Updated
Aug 12, 2019 - C#
-
Updated
Apr 12, 2021 - Java
-
Updated
Mar 29, 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
Mar 31, 2021
-
Updated
May 2, 2020 - Python
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Mar 2, 2021
-
Updated
Dec 24, 2019 - JavaScript
-
Updated
Mar 27, 2021 - Java
-
Updated
Jul 8, 2019 - Go
-
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
Apr 12, 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