Using OpenSSL Certificates with HP-UX IPSec A.03.00
6
To load the CA certificate from a file, use the ipsec_config add cacert -file command.
For example:
ipsec_config add cacert –file cacert.pem
To load the CA certificate from an LDAP directory, use the ipsec_config add cacert -ldap
command. For example:
ipsec_config add cacert –ldap myDirSrv \
–base ou=lab,o=example,c=us \
-filter cn=pki-ca
3. Load the CRL.
To load the CRL from a file, use the ipsec_config add crl -file command. For example:
ipsec_config add crl –file crl.pem