Mercurial > hg > orthanc-book
changeset 756:9484a3c65136
typo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 23 Aug 2021 10:38:20 +0200 |
parents | 628035820f1c |
children | 980ffad93dc5 |
files | Sphinx/source/faq/dicom-tls.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/dicom-tls.rst Tue Aug 17 06:40:41 2021 +0200 +++ b/Sphinx/source/faq/dicom-tls.rst Mon Aug 23 10:38:20 2021 +0200 @@ -29,7 +29,7 @@ $ openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ -keyout orthanc.key -out orthanc.crt -subj "/C=BE/CN=localhost" -Obviously, you have adapt the arguments to your setup (notably the +Obviously, you must adapt the arguments to your setup (notably the ``subj`` argument that generates a certificate for Belgium for the server whose DNS address is ``localhost``). This command line will generate two files using the `PEM file format