User Tools

Site Tools


sandbox:ssl

This is an old revision of the document!


SSL

Generate self-signed ssl:

openssl req -new -nodes -x509 -out localhost.crt -newkey rsa:4096 -keyout localhost.key -days 3650

SSL certificate match key and cert:

openssl rsa -noout -modulus -in private.key | openssl md5
openssl x509 -noout -modulus -in certificate.cert | openssl md5
sandbox/ssl.1556225278.txt.gz · Last modified: 2019/04/25 23:47 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki