Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: pwalczysko <[email protected]>
  • Loading branch information
sbesson and pwalczysko authored Sep 15, 2023
1 parent ac23b7b commit 116f5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omero/sysadmins/client-server-ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Server certificate

The easiest solution is to use the `omero-certificates <https://github.com/ome/omero-certificates>`_ plugin to
generate self-signed server certificates alongside their associated configuration.
This workflow is described in the particular sections of :doc:`unix/server-installation` documentation.

It is also possible to re-use the SSL certificates used to protect OMERO.web. First convert
Here we describe an alternative option to the usage of the `omero-certificates <https://github.com/ome/omero-certificates>`_ plugin. This option is re-using the SSL certificates used to protect OMERO.web. First convert
the public certificate :file:`server.pem` and private key :file:`server.key`
to the PKCS12 format where ``secret`` is the password used to protect the combined output file :file:`server.p12`::

Expand Down

0 comments on commit 116f5cf

Please sign in to comment.