| 123456789101112131415161718192021 |
- [req]
- default_bits = 2048
- distinguished_name = req_distinguished_name
- attributes = req_attributes
- prompt = no
- output_password = mypass
- [req_distinguished_name]
- C = US
- ST = Test State or Province
- L = Test Locality
- O = Organization Name
- OU = Organizational Unit Name
- CN = Common Name
- emailAddress = [email protected]
- [req_attributes]
- challengePassword = 1234
- [SAN]
- subjectAltName=IP:127.0.0.1
|