How to install a certificate for PRTG server

Generate a CSR

1. Download and install OpenSSL (Windows version) at PRTG server.

http://www.shininglightpro.com/products/Win32OpenSSL.html

2. Generate CSR for Microsoft CA

C:\OpenSSL-Win32\bin>openssl req -nodes –newkey rsa:2048 –keyout prtg.key -out prtg.csr -config openssl.cfg
Generating a 2048 bit RSA private key
..+++
……………………………………………………………+++
writing new private key to ‘prtg.key’
—–
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‘.’, the field will be left blank.
—–
Country Name (2 letter code) [AU]:US
State or Province Name (full name) [Some-State]:Virginia
Locality Name (eg, city) []:Fairfax
Organization Name (eg, company) [Internet Widgits Pty Ltd]:WireTHINK
Organizational Unit Name (eg, section) []:WTLAB
Common Name (e.g. server FQDN or YOUR name) []:prtg.wirethink.local
Email Address []:[email protected]

Please enter the following ‘extra’ attributes
to be sent with your certificate request
A challenge password []:1234r!Q@W#E$R
An optional company name []:WireTHINK

3. This will create two files: The file prtg.key contains a private key. Do not disclose this file to anyone! The server.csr is your certificate request file.

Generate a Certificate

From online certificate enrollment website (http://localhost/certsrv), create a certificate.

Download the certificate : prtg.crt

Install the Certificate

Using PRTGcertimportor, install the certificate

Done!

Reference;

https://kb.paessler.com/en/topic/283-how-can-i-use-a-trusted-ssl-certificate-with-the-prtg-web-interfacehttps://www.paessler.com/manuals/ipcheck_server_monitor/installingacustomsslkey

Leave a Reply