mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Former `domain.crt` was created with a one-year life and expired causing all testing to fail. Create a replacement, along with configuration and documentation on how to make a new certificate if ever required. Signed-off-by: Chris Evich <cevich@redhat.com>
31 lines
624 B
INI
31 lines
624 B
INI
# X.509 Certificate options
|
|
organization = "Koko inc."
|
|
unit = "sleeping dept."
|
|
locality = "foobar"
|
|
state = "Attiki"
|
|
country = GR
|
|
cn = "Cindy Lauper"
|
|
uid = "clauper"
|
|
dc = "name"
|
|
dc = "domain"
|
|
serial = 1234
|
|
dns_name = "localhost"
|
|
# Use -1 if there is no expiration date.
|
|
expiration_days = -1
|
|
email = "none@none.org"
|
|
signing_key
|
|
encryption_key
|
|
cert_signing_key
|
|
crl_signing_key
|
|
data_encipherment
|
|
non_repudiation
|
|
tls_www_client
|
|
tls_www_server
|
|
code_signing_key
|
|
ocsp_signing_key
|
|
time_stamping_key
|
|
email_protection_key
|
|
ipsec_ike_key
|
|
# for any purpose (must not be used in intermediate CA certificates)
|
|
key_purpose_oid = 2.5.29.37.0
|