certificate
Here are 863 public repositories matching this topic...
-
Updated
Feb 6, 2021 - Go
Is your feature request related to a problem? Please describe.
@munnerz helped debug this today.
Someone set kubernetes.io/ingress.allow-http: "false" on an Ingress resource. When time came to refresh the cert it just hung forever with no errors or event or anything.
Describe the solution you'd like
I'd have liked to see an Event and/or Condition on the Ingress saying "cert-mana
-
Updated
Feb 2, 2021 - Shell
-
Updated
Feb 1, 2021 - Go
-
Updated
Dec 26, 2020 - JavaScript
-
Updated
Feb 4, 2021 - Python
-
Updated
Jan 17, 2021 - HTML
-
Updated
Jan 28, 2021 - Shell
-
Updated
Jul 4, 2020 - Go
-
Updated
Dec 11, 2020 - Go
-
Updated
Jan 30, 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
Jan 19, 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