Hi, > Is it possible to configure OpenXPKI to start issuing certificates in a > sequence and starting from a particular number?
In all PKI designs I have touched in a long time randomized serials were a requirement, but of course it is possible to configure incrementing serials without a random portion. In the profile definition (typically in profile/default.yaml) set randomized_serial_bytes to 0 and increasing_serials to 1. In this case certificates should get incrementing serial numbers based on the last issued certificate in the PKI Realm. Cheers Martin _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
