Skip to content

Commit

Permalink
Align default first serial no with OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Mar 30, 2021
1 parent 393bd2d commit 325903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certomancer/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def resolve_issuer_cert(self, arch: 'PKIArchitecture') -> CertLabel:
return self.issuer_cert or arch.get_unique_cert_for_entity(self.issuer)


DEFAULT_FIRST_SERIAL = 0x1001
DEFAULT_FIRST_SERIAL = 0x1000


class PKIArchitecture:
Expand Down

0 comments on commit 325903b

Please sign in to comment.