useradminwebapp

module
v0.0.0-...-23f97f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2016 License: ISC

README

Generate a self-signed certificate like this:

openssl genrsa -des3 -out key.pem
openssl rsa -in key.pem -out key.pem
openssl req -sha256 -new -key key.pem -out csr.csr -subj '/CN=localhost'
openssl x509 -req -days 365 -in csr.csr -signkey key.pem -out cert.pem
rm csr.csr

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL