Sha256: 42c53d7f9d1a8d039663a4a371694bfc429e5d05b355eeb40d3ae7561ab276f9

Contents?: true

Size: 676 Bytes

Versions: 6

Compression:

Stored size: 676 Bytes

Contents

[ req ]
default_bits           = 4096
days                   = 9999
distinguished_name     = req_distinguished_name
attributes             = req_attributes
prompt                 = no
x509_extensions        = v3_ca

[ req_distinguished_name ]
C                      = US
ST                     = MA
L                      = Boston
O                      = Example Co
OU                     = techops
CN                     = client2
emailAddress           = certs@example.com

[ req_attributes ]
challengePassword      = password

[ v3_ca ]
authorityInfoAccess = @issuer_info

[ issuer_info ]
OCSP;URI.0 = http://ocsp.example.com/
caIssuers;URI.0 = http://example.com/ca.cert

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grenache-ruby-http-0.2.11 examples/ssl/client2.cnf
grenache-ruby-http-0.2.9 examples/ssl/client2.cnf
grenache-ruby-http-0.2.8 examples/ssl/client2.cnf
grenache-ruby-http-0.2.7 examples/ssl/client2.cnf
grenache-ruby-http-0.2.4 examples/ssl/client2.cnf
grenache-ruby-http-0.2.3 examples/ssl/client2.cnf