OK found it. Create a file called PKI.conf and add ``` [CA] pki_random_serial_numbers_enable = True ``` in the dockerfile:
COPY pki.conf /etc/pki/pki.conf in docker-compose under environment in IPA_SERVER_INSTALL_OPTS add: --pki-config-override=/etc/pki/pki.conf _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
