Debian, create self signed SSL certificate: Revision history

From Andreida

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2016

  • curprev 08:5308:53, 1 February 2016Andreas talk contribs 148 bytes +148 Created page with "* install openssl apt-get install openssl * create the key openssl req -new -x509 -days 20000 -nodes -out YourContext.pem -keyout YourContext.key"