# openssl x509 extfile params
extensions = extend
[req]
prompt = no
distinguished_name = dn-param

[dn-param] # DN fields
C = AT
ST = NOE
L  = Wolkersdorf
O = Spl Tele
OU = spltele
CN = *.spltele.onmicrosoft.com

[extend]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always
keyUsage = digitalSignature,keyEncipherment,keyCertSign
extendedKeyUsage=serverAuth,clientAuth
