Almost finished installing a UTM device, but can't seem to get the certificates right.
Using openssl I've done the following
[LIST=1]
- \OpenSSL-Win64\bin\openssl.exe genrsa -out sub.domain.com.private.key 2048
- \OpenSSL-Win64\bin\openssl.exe req -new -key sub.domain.com.private.key -out sub.domain.com.private.csr
- Supplied the CSR file to Comodo
- Recived a CRT file which contains both the certificate, the intermidiate CA and the root CA
- Extracted the certificate
- Created a PKCS12 file
- OpenSSL-Win64\bin\openssl.exe pkcs12 -export -in sub.domain.com.cer -inkey sub.domain.com.private.key -out sub.domain.com.p12
- Uploaded the P12 file to the UTM
- Uploaded the intermidiate and root CA to the UTM
But for some reason the chain remains broken.
What do I need to do?
Sincerely
Mikkel
This thread was automatically locked due to age.