comparison Sphinx/source/faq/https.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 669ea65ba7fb
children 18ef1c795d17
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
38 $ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate.crt 38 $ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate.crt
39 $ cat private.key certificate.crt > certificate.pem 39 $ cat private.key certificate.crt > certificate.pem
40 40
41 Some interesting references about this topic can be found `here 41 Some interesting references about this topic can be found `here
42 <http://www.devsec.org/info/ssl-cert.html>`__, `here 42 <http://www.devsec.org/info/ssl-cert.html>`__, `here
43 <http://www.akadia.com/services/ssh_test_certificate.html>`__, and 43 <https://www.akadia.com/services/ssh_test_certificate.html>`__, and
44 `here 44 `here
45 <http://stackoverflow.com/questions/991758/how-to-get-an-openssl-pem-file-from-key-and-crt-files>`__. 45 <https://stackoverflow.com/questions/991758/how-to-get-pem-file-from-key-and-crt-files>`__.