hidden:Install new certificates on HPSS GridFTP servers

From Lsdf
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
HPSS GridFTP servers:archive-sftp-01/02.lsdf.kit.edu
[root@archive-sftp-02 grid-security]# mv hostcert.pem
hostcert.pem.old.06.07.2016
[root@archive-sftp-02 grid-security]# mv hostkey.pem
hostkey.pem.old.06.07.2016
[root@archive-sftp-02 grid-security]# openssl pkcs12 -clcerts -nokeys
-in archive-sftp-02.lsdf.kit.edu.07.07.2102.p12 -out hostcert.pem
Enter Import Password:
MAC verified OK
[root@archive-sftp-02 grid-security]# openssl pkcs12 -nocerts -nodes -in
archive-sftp-02.lsdf.kit.edu.07.07.2102.p12 -out hostkey.pem
Enter Import Password:
MAC verified OK
[root@archive-sftp-02 grid-security]#
[root@archive-sftp-02 grid-security]# chmod 600  hostcert.pem
[root@archive-sftp-02 grid-security]# chmod 600 hostkey.pem