Compare Page Revisions
« Older Revision - Back to Page History - Newer Revision »
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
/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.