Kemp Support, how can we help?

The latest application delivery knowledge and expertise at your fingertips.

Generating a CSR and certificate for Flowmon

 

Information

 

Summary:

Example of generating CSR for Flowmon using openssl.
If Flowmon uses its own domain, it is necessary to provide a CSR to the certification authority to create an HTTPS certificate.

Environment:

Product: FOS

Version: Any

Platform: Any

Question/Problem Description:

How to generate CSR for Flowmon?

Steps to Reproduce:  
Error Message:  
Defect Number:  
Enhancement Number:  
Cause:  
Resolution:

1) Set Hostname and Domain (Configuration Center -> System -> System settings -> Interface Settings -> Hostname)

Login to Flowmon appliance CLI with ssh client (User flowmon):

2) Generate the RSA private key

Login to Flowmon appliance CLI with ssh client (User flowmon):

openssl genrsa -out collector.key 2048
3) Generate CSR. Fill in correct information
openssl req -new -key collector.key -out collector.csr

4) Using WinSCP you can download the collector.csr file and provide it to the CA

5) Upload signed certificate and key in Configuration Center -> System -> System settings -> Maintenance -> Security settings -> Certificate Management -> Host certificates

Workaround:  
Notes:  

Was this article helpful?
0 out of 0 found this helpful

Comments