Certificate upload Error

Thanks for clarifying.

Following is used to get the subject:

openssl x509 -noout -subject -in yourcertificate.crt -nameopt sep_multiline -nameopt utf8

Then the domain is extracted out of the subject.
I checked a certificate from CyberGhost and the CN was just a bunch of letters instead of a domain. As far as I can see it’s just used for the redis key name so as long as it’s not empty it shouldn’t matter.