Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (967)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3287)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2635)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
Simple Working Configuration File for OpenSSL "ca"
Where to find a simple configuration file example for the OpenSSL "ca" command?
✍: FYIcenter.com
Here is a simple configuration file example for the OpenSSL "ca" command:
# Unnamed section of generic options # ------------------------------------------------------------------ # Section for the "default_ca" option # ------------------------------------------------------------------ [ca] # Section pointer for "ca" command options default_ca = my_ca_default # ------------------------------------------------------------------ # Default section for "ca" command options # ------------------------------------------------------------------ [my_ca_default] # Directory to store backup copies certificates new_certs_dir = ./my_ca/certs # Database file to track certificates database = ./my_ca/certs.db # Message digest algorithm for the digital signature in the certificate default_md = md5 # Section pointer for DN field validation and order policy = my_ca_policy # Sequence number file used the serial number in the certificate serial = ./my_ca/certs.seq # Number of valid days to give to new certificates default_days = 365 # ------------------------------------------------------------------ # section for DN field validation and order # ------------------------------------------------------------------ [my_ca_policy] # "commonName" field is required commonName = supplied # "countryName" field is optional countryName = optional # "stateOrProvinceName" field is optional stateOrProvinceName = optional # "localityName" field is optional localityName = optional # "organizationName" field is optional organizationName = optional # "organizationalUnitName" field is optional organizationalUnitName = optional # "emailAddress" field is optional emailAddress = optional
2022-06-05, 2065👍, 1💬
Popular Posts:
How to parse a DER file using the OpenSSL "ans1parse" command? You can parse a DER file with OpenSSL...
Where to find tutorials on using OpenSSL "s_client" command? Here is a collection of tutorials on us...
Do you want to learn how to use Java Keytool as a certificate management tool? Here is a collection ...
What is the ASN.1 (or ASN1) file structure supported by OpenSSL? ASN.1 (Abstract Syntax Notation One...
Certificate summary - Owner: Go Daddy Root Certificate Authority - G2, "GoDaddy.com, Inc.", L=Scotts...