openssl req -new -newkey rsa:2048 -nodes -out yourfilename.csr -keyout yourfilename.key |
Field | Example Value |
Common Name | youremail@example.com |
Organization Name
|
DigiCert, Inc. |
Department | IT (Any department within your organization) |
City | Lehi (Legally registered City) |
State/Province | Utah |
Country | US (Two-digit country code) |
Email Address | youremail@example.com |
Challenge Password | tesT123 (This will be used to create the .pfx file or import the .pfx file.) |
Key size | 2048, 3072, or 4096 |
openssl pkcs12 -export -out Newcscertificate.pfx -inkey yourfilename.key -in newcs.crt -certfile CA.crt |
To import a .pfx file into the local Personal certificate store, do the following:
Related Articles