config root man

Current Path : /usr/local/share/doc/bsdftpd-ssl/cert/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/share/doc/bsdftpd-ssl/cert/cert-nopass.sh

#!/bin/sh
echo "Making Certificate Signing Request (CSR)"
echo "and RSA Private Key (without pass phrase)"
echo "========================================="

touch newcert-key.pem
chmod 600 newcert-key.pem
openssl req -new -nodes -days 365 -out newcert-csr.pem -keyout newcert-key.pem

Man Man