Generating a CSR and certificate for Flowmon
Information
Summary: |
Example of generating CSR for Flowmon using openssl. |
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 20483) 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: |