Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- extensions = x509v3
- [ x509v3 ]
- subjectAltName = DNS:localhost
- keyUsage = keyEncipherment
- extendedKeyUsage = serverAuth
- subjectKeyIdentifier = hash
- authorityKeyIdentifier = keyid
- basicConstraints = critical,CA:false
- [ req ]
- default_bits = 1024
- distinguished_name = req_DN
- default_md = sha256
- string_mask = utf8only
- [ req_DN ]
- countryName = "Country Name is Northern Nowhere"
- countryName_value = NN
- organizationName = "Organization Name"
- organizationName_value = Edel Curl Arctic Illudium Research Cloud
- commonName = "Common Name"
- commonName_value = localhost
-
- [something]
- # The key
- # the certficate
- # some dhparam
|