Hello,
When I use ./easyrsa build-ca nopass command, then it asks me Common Name (eg: your user, host, or server name) [Easy-RSA CA]: question, the name that I entered in the question, must be used in the following commands?
# ./easyrsa gen-req NAME nopass
# ./easyrsa sign-req server NAME
Or, I can enter any name, but the name that I enter for the two above commands, must be same.
Which one?
Hello,
Thank you so much for your reply.
I found, but my questions are that can I enter any name in the question and the NAME for those commands must be same?
For example: Common Name (eg: your user, host, or server name) [Easy-RSA CA]: My Server
# ./easyrsa gen-req Jason nopass
# ./easyrsa sign-req server Jason
Hello,
Thank you so much for your reply.
First of all, it is not appropriate to use the word server.
Are the following commands OK?
Common Name (eg: your user, host, or server name) [Easy-RSA CA]: My Fedora OpenVPN Server
# ./easyrsa gen-req Fedora nopass
# ./easyrsa sign-req server Fedora