certificate
Here are 810 public repositories matching this topic...
-
Updated
Nov 2, 2020 - Go
Add PrometheusRule
Is your feature request related to a problem? Please describe.
At cert-manager 1.0, there is ServiceMonitor to scrape certs metrics, but there is no alert(s) on certs renew failures to cluster operator.
Describe the solution you'd like
PrometheusRule object with alerting rules about expiring certs. Plus, ability to extend/override default rules via helm values.
/kind feature
-
Updated
Oct 21, 2020 - Shell
-
Updated
Oct 27, 2020 - Go
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 30, 2020 - HTML
-
Updated
Oct 31, 2020 - Shell
-
Updated
Jul 4, 2020 - Go
-
Updated
Oct 1, 2020 - Go
-
Updated
Oct 30, 2020 - Shell
-
Updated
Aug 12, 2019 - C#
-
Updated
Oct 31, 2020 - Java
-
Updated
Sep 11, 2020 - JavaScript
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
-
Updated
Oct 7, 2020
-
Updated
May 2, 2020 - Python
-
Updated
Oct 20, 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
Oct 27, 2020
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."
Copied from #7991: