Compare Page Revisions
« Older Revision - Back to Page History - Newer Revision »
mkdir MyRootCA
openssl genrsa -out MyRootCA.key 2048
openssl req -x509 -new -key MyRootCA.key -days 365 -out MyRootCA.crt
type MyRootCA.crt MyRootCA.key > MyRootCA.pem
cat MyRootCA.crt MyRootCA.key > MyRootCA.pem
mkdir PublicDnsOfServer
HOSTNAME
SET HOSTNAME=PublicDnsOfServer
HOSTNAME='PublicDnsOfServer' export HOSTNAME
%HOSTNAME%
$HOSTNAME
openssl genrsa -out $HOSTNAME.key 2048
/tmp
MyRootCA.crt
MyMongoServer.com.pem
cd /etc/ssl mv MyRootCA.crt . . . .
chown root:root MyRootCA.crt
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.