Certificate creation via remote console on Linux will generate empty .CSR file
Posted by Jan Fulín, Last modified by Jan Fulín on 12 October 2016 07:40 AM
|
|
Subject: Certificate creation via remote console on Linux will generate empty .CSR file Affected version: 11.4.2. and 11.4.3 Resolution scheduled for: 11.4.4 Description: If remote console is used for Certificate creation on Linux it will generate empty .CSR file Workaround: You can use OpenSSL for certificate creation: mkdir ~/yourdomain.xx/ cd ~/yourdomain.xx/ openssl genrsa -out ~/yourdomain.xx/yourdomain.xx.key 2048 openssl req -new -sha256 -key ~/yourdomain.xx/yourdomain.xx.key -out ~/yourdomain.xx/yourdomain.xx.csr | |
|
Comments (0)