Skip to content

What configuration did you use when creating the example TLS certificates for bfe? #939

Discussion options

You must be logged in to vote

This is the way I managed to replicate it, any corrections would be appreciated.

In an empty folder create the following three files:

root.cnf

# OpenSSL configuration for Root CA

[ req ]
prompt             = no
string_mask        = default

# The size of the keys in bits:
default_bits       = 2048
distinguished_name = req_distinguished_name
x509_extensions    = x509_ext

[ req_distinguished_name ]
commonName = example.org

[ x509_ext ]
extendedKeyUsage = clientAuth, serverAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid
basicConstraints=CA:true

server.cnf

# OpenSSL configuration for end-entity cert

[ req ]
prompt             = no
string_mask        = default

default_bi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mileszhang2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant