diff --git a/SSL.md b/SSL.md index 881db52..a44f632 100644 --- a/SSL.md +++ b/SSL.md @@ -77,4 +77,4 @@ _If you're not running Sonarr on a Synology, skip these steps_ ## Generate a Self-signed Certificate ## openssl genrsa -out yourdomain.key 2048 - openssl req -new -x509 -key yourdomain.key -out yourdomain.cert -days 3650 -subj /CN=yourdomain` \ No newline at end of file + openssl req -new -x509 -key yourdomain.key -out yourdomain.cert -days 3650 -subj /CN=yourdomain \ No newline at end of file