Description | This article shows an example of Certificate Management Protocol (CMP) configuration with OpenSSL. |
Scope | FortiAuthenticator v6.6.x |
Solution |
Services:
#openssl genrsa 2048 > [key file name]
To initialization request:
#openssl cmp -cmd ir -server [FAC server IP]:80 -path /app/cert/cmp2/ -srvcert [FAC server certificate] -ref usera -secret 'pass:[password]' -certout [certificate output] -newkey [key file name] -subject "/CN=usera
Enrollment status:
Related document: |