certificate
Here are 957 public repositories matching this topic...
-
Updated
Jun 5, 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 23, 2021 - Shell
-
Updated
Jun 5, 2021 - Go
-
Updated
May 20, 2021 - JavaScript
-
Updated
May 3, 2021 - Python
-
Updated
Jun 1, 2021 - HTML
-
Updated
May 17, 2021 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
May 10, 2021 - Go
-
Updated
May 26, 2021 - Shell
-
Updated
Aug 12, 2019 - C#
-
Updated
Jun 3, 2021 - C#
-
Updated
Apr 25, 2021 - Java
-
Updated
May 14, 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
Jun 3, 2021
-
Updated
May 2, 2020 - Python
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Mar 2, 2021
-
Updated
Apr 30, 2021 - 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
Jun 4, 2021 - 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