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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -