certificate
Here are 941 public repositories matching this topic...
-
Updated
May 13, 2021 - Go
It could be useful to allow for controller's sync period to be configurable.
Background:
See Kubernetes sample controller diagram for reference. cert-manager's controller consists of a number of control loops that sync various cert-manager's and Ku
-
Updated
Apr 23, 2021 - Shell
-
Updated
May 10, 2021 - Go
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
May 3, 2021 - Python
-
Updated
May 8, 2021 - HTML
-
Updated
May 10, 2021 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
May 10, 2021 - Go
-
Updated
May 12, 2021 - Shell
-
Updated
Aug 12, 2019 - C#
-
Updated
May 13, 2021 - C#
-
Updated
Apr 25, 2021 - Java
-
Updated
May 7, 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
Apr 26, 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
May 3, 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