Working with SSL Server Certificates: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Below steps describe how to install an SSL Server Certificate on a fresh NGS. This tutorial cannot be used to replace an SSL Server Certificate. | Below steps describe how to install an SSL Server Certificate on a fresh NGS. This tutorial cannot be used to replace an SSL Server Certificate. | ||
Copy both the .crt and .key file to the home folder of user root. | |||
Verify the certificate file only contains the server certificate. | Verify the certificate file only contains the server certificate. | ||
<pre># vi server_certificate_file.crt | |||
</pre> | |||
Only one certificate section should be visible. | |||
Stop the nGeniusONE server process. | |||
<pre># | <pre># pmbin | ||
# ./stop | |||
</pre> | </pre> | ||
| |
Revision as of 15:10, 16 November 2022
Installing SSL Server Certificate on fresh NGS
Below steps describe how to install an SSL Server Certificate on a fresh NGS. This tutorial cannot be used to replace an SSL Server Certificate.
Copy both the .crt and .key file to the home folder of user root.
Verify the certificate file only contains the server certificate.
# vi server_certificate_file.crt
Only one certificate section should be visible.
Stop the nGeniusONE server process.
# pmbin # ./stop