You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced support for Certificate Revocation List (CRL) distribution points in the certificate signing process.
- Enhanced identity certificate generation to include CRL distribution points.
- Added a method for validating and processing CRL distribution points in the configuration.
- Updated the BasicCertificateSigner to include CRL distribution points during certificate signing.
- Implemented a validation function for CRL distribution points.
- Added new functions for parsing and checking Certificate Signing Requests (CSRs).
KeyUsages []string`yaml:"keyUsages" long:"ku" default:"digitalSignature" default:"keyAgreement" description:"to set more values repeat option with parameter"`
58
61
//nolint:staticcheck
59
-
ExtensionKeyUsages []string`yaml:"extensionKeyUsages" long:"eku" default:"client" default:"server" description:"to set more values repeat option with parameter"`
ExtensionKeyUsages []string`yaml:"extensionKeyUsages" long:"eku" default:"client" default:"server" description:"to set more values repeat option with parameter"`
0 commit comments