Nginx:Generate CSR (ubuntu): Difference between revisions
Created page with "*Masukkan perintah openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr ===Enter your CSR details=== Enter the following CSR details when prompted: *Common Name: The FQDN (fully-qualified domain name) you want to secure with the certificate such as www.google.com, secure.website.org, *.domain.net, etc. *Organization: The full legal name of your organization including the corporate identifier. *Organization Unit (OU): Your department such as ‘I..." |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
*Masukkan perintah | *Masukkan perintah | ||
<syntaxhighlight lang="shell"> | |||
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr | |||
</syntaxhighlight>[[File:Generate csr nginx.png|thumb|center|600px]] | |||
===Enter your CSR details=== | ===Enter your CSR details=== | ||
| Line 14: | Line 16: | ||
==Source== | ==Source== | ||
*[https://www.thesslstore.com/knowledgebase/ssl-generate/csr-generation-guide-for-nginx-openssl/ thesslstore.com] | *[https://www.thesslstore.com/knowledgebase/ssl-generate/csr-generation-guide-for-nginx-openssl/ thesslstore.com] | ||
[[Category:Server]] | |||
[[Category:Nginx]] | |||
[[Category:Tutorial]] | |||