fleet/server/mdm/apple
Roberto Dip 141fb5dbb0
issue SCEP certs using 2 as the initial SerialNumber (#9087)
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
2022-12-23 14:55:34 -03:00
..
apple_mdm.go Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
cert.go Add dep key pair endpoint (#9007) 2022-12-16 19:39:36 +01:00
scep_mysql_test.go issue SCEP certs using 2 as the initial SerialNumber (#9087) 2022-12-23 14:55:34 -03:00
scep_mysql.go Add fleetctl generate mdm-apple (#8812) 2022-12-07 18:24:42 +01:00
util.go Add fleetctl generate mdm-apple (#8812) 2022-12-07 18:24:42 +01:00