Questions tagged [pki]

Public Key Infrastructure is a cryptography system based on X.509 digital certificates, commonly used for encrypted communication and authentication.

Public Key Infrastructure is a cryptography system based on X.509 digital certificates.

OpenSSL and Windows Certificate Authorities are two commonly-used software certification authorities.

228 questions
-1
votes
1 answer

-nodes function during CSR creation with OpenSSL

This is a typical command to create CSR and private key with OpenSSL. openssl req -nodes -newkey rsa:4096 -keyout myserver.key -out server.csr What is the function of -nodes in the command line? I google but couldn't find my answer. Perhaps anyone…
sg552
  • 409
  • 3
  • 5
  • 11
-1
votes
0 answers

Directory email replication certificate

I am going to remove a CA Enterprise server to install a new one. On this CA server I have several templates in use such as the directory email replication certificate. In order for the DC servers to use this new CA certificate, what do I have to…
-5
votes
1 answer

PKI with openSSL and Windows 2008

Could anyone tell me about advantages and disadvantages of PKI with openSSL and Windows Certificate authorities ?
1 2 3
15
16