Perché quando creo un certificato nel software XCA e lo impongo a token e elenco il token del certificato in opensc, non vedo alias
? Ma quando genero un certificato con openssl ho alias
.
A causa della guida passo-passo di sourceforges puoi impostare un alias
per il nome dell'host canonico nella scheda Subject
durante la creazione di un certificato host firmato dalla CA. La guida dice:
[...] For host certificates, the common name must be the FQDN to which you wish users to connect. This need not be the canonical name of the host, but can also be an alias. For example, if pluto.example.com is your web server and it has a DNS CNAME entry of www.example.com, then you probably want the Common Name value in the certificate to be www.example.com. [...]
Questo è ciò che intendi fare? In caso contrario, fornire ulteriori informazioni (se possibile).
Leggi altre domande sui tag public-key-infrastructure certificates