What configuration did you use when creating the example TLS certificates for bfe? #939
-
Following the openssl commands in this tutorial: What configuration did you use between those commands?, I could not find in the source code the configuration and commands you used to create your example certificate, I know that the configuration varies a lot between projects, I just want to give me a general idea in these steps, I would appreciate if you can give me that information, thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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
server.cnf
openssl.cnf
And finally I execute these commands in that order:
What I did is to replicate the configuration files that are in the "certs" and "client_ca" folder of this link: Note: Change the values according to your project. In the root.cnf file, the CN value must not be a URL. |
Beta Was this translation helpful? Give feedback.
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
server.cnf