ssl - Replace certificate with internally issued certificate -
on hp smh (system management homepage), want replace default pem certificate issued internal ca.
i have 3 certificates, 1 private key, cert 1 ca cert. works fine on applications openldap , stunnel. hpsmh have tried first convert pcks7
openssl crl2pkcs7 -outform pem -nocrl -certfile /etc/ssl/certs/hpux.crt -out cert.pem openssl crl2pkcs7 -outform pem -nocrl -certfile /etc/ssl/certs/hpux.key -out file.pem then copy /opt/hpsmh/sslshare/cert.pem , /opt/hpsmh/sslshare/file.pem. on restart of smh give error:
the server certificate did not match private key , has been regenerated. problematic certificate renamed certmm.pem , in "..\hp\sslshare" subdirectory. any suggestion? thanks
i found solution myself,hp accept x509 certificate did
cp /etc/ssl/private/hpux.key /opt/hpsmh/sslshare/file.pem cp /etc/ssl/certs/hpux.crt /opt/hpsmh/sslshare/file.pem restart hpsmh,works fine
Comments
Post a Comment