4,461
edits
add category |
|||
Line 3: | Line 3: | ||
=== Generate a CSR === | === Generate a CSR === | ||
* ''Last tested on Ubuntu 14.04.2 LTS (trusty) | easy | less than five minutes'' | |||
This will generate a 2048-bit key (secure & insecure) and CSR for usage on a website. CSR is short for Certificate Signing Request and is usually requested by CA (Certificate Authority) when trying to obtain a SSL/TLS certificate. | This will generate a 2048-bit key (secure & insecure) and CSR for usage on a website. CSR is short for Certificate Signing Request and is usually requested by CA (Certificate Authority) when trying to obtain a SSL/TLS certificate. | ||
Line 35: | Line 37: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category::System administration]] |