mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 03:32:17 +01:00
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
32 lines
489 B
INI
32 lines
489 B
INI
[ req ]
|
|
default_bits = 1024
|
|
encrypt_key = yes
|
|
distinguished_name = req_dn
|
|
x509_extensions = cert_type
|
|
prompt = no
|
|
|
|
[ req_dn ]
|
|
# country (2 letter code)
|
|
#C=UA
|
|
|
|
# State or Province Name (full name)
|
|
#ST=
|
|
|
|
# Locality Name (eg. city)
|
|
#L=Kyiv
|
|
|
|
# Organization (eg. company)
|
|
#O=CSync2
|
|
|
|
# Organizational Unit Name (eg. section)
|
|
OU=CSYNC2 Server
|
|
|
|
# Common Name (*.example.com is also possible)
|
|
CN=csync2.example.com
|
|
|
|
# E-mail contact
|
|
emailAddress=root@example.com
|
|
|
|
[ cert_type ]
|
|
nsCertType = server
|