17 lines
236 B
Text
17 lines
236 B
Text
|
[req]
|
||
|
default_bits = 4096
|
||
|
prompt = no
|
||
|
default_md = sha256
|
||
|
x509_extensions = v3_req
|
||
|
distinguished_name = dn
|
||
|
|
||
|
[dn]
|
||
|
C = DE
|
||
|
ST = Berlin
|
||
|
L = Berlin
|
||
|
O = PhotoPrism
|
||
|
OU = Self-Hosted
|
||
|
emailAddress = hello@photoprism.app
|
||
|
CN = PhotoPrism
|
||
|
|
||
|
[v3_req]
|