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
salt: add x509 extensions to CA and leaf certificates (RFC 5280)
Add `subjectKeyIdentifier` (SKI) to all 6 CA certificates and
`authorityKeyIdentifier` (AKI) to all leaf certificates via the
8 x509 signing policies, per RFC 5280:
- SKI on CA certs: MUST (Section 4.2.1.2)
- AKI on leaf certs: MUST (Section 4.2.1.1)
- AKI on self-signed CAs: MAY be omitted (Section 4.2.1.1)
The AKI keyid in leaf certs references the SKI of the issuing CA,
establishing the chain of trust identifier required by the RFC.
On upgrade, Salt detects the missing extensions and re-issues the
certificates while preserving the existing private keys.
Closes: MK8S-201
0 commit comments