mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Cert doc clarification
This commit is contained in:
parent
1d176070c6
commit
e36c9fde39
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ In short:
|
|||
|
||||
#### Creating CSR file
|
||||
|
||||
This command prompts for additional data
|
||||
For Common Name (CN), enter the corresponding API user's username
|
||||
|
||||
openssl genrsa -out private/api-user.key.pem 4096
|
||||
chmod 400 private/api-user.key.pem
|
||||
openssl req -sha256 -new -days 3653 -key private/api-user.key.pem -out csrs/api-user.csr.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue