mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Related to #8167, from RFC5280: > The serial number MUST be a positive integer assigned by the CA to > each certificate. It MUST be unique for each certificate issued by a > given CA (i.e., the issuer name and serial number identify a unique > certificate). Without this change, we're issuing two different certificates with the same serial number (1, one) and issuer name: 1. One during `fleetctl generate mdm-apple` 1. One during the first SCEP enrollment
1 line
103 B
Text
1 line
103 B
Text
- Fixed an issue that made the first SCEP enrollment during the MDM check-in flow fail in a new setup.
|