search for: crtprep

Displaying 1 result from an estimated 1 matches for "crtprep".

2004 Apr 13
1
Patch Status
...ePath /root/tk/openssh-3.8p1/tests/CA/ca-test/crt UserCACertificatePath /root/demoCA #UserCARevocationFile /root/tk/openssh-3.8p1/tests/CA/ca-test/catest-bundle.crl #UserCARevocationPath /root/tk/openssh-3.8p1/tests/CA/ca-test/crl ######################## # Certificate Prep ######################## crtPrep() { echo "Preping Host Keys..." cd /usr/local/etc # Host Keys rm -f id_rsa id_rsa.pub ssh-keygen -t rsa -b 1024 -f id_rsa -N "" cat id_rsa > ssh_host_rsa_key chmod 600 ssh_host_rsa_key openssl x509 -in $HOME/.ws/cms.<domain>.root....