New pages
Appearance
14 March 2025
- 04:1704:17, 14 March 2025 SSL Certificates (hist | edit) [4,077 bytes] 101.53.218.192 (talk) (Created page with "## Step-by-Step Guide to Using SSL Certificates on Linux and Windows ### **Linux** #### 1. Creating a Self-Signed SSL Certificate - Open your VPS console and log in using SSH. - Generate a private key: ```bash openssl genrsa -des3 -out self-ssl.key 2048 ``` - Create a Certificate Signing Request (CSR): ```bash openssl req -new -key self-ssl.key -out self-ssl.csr ``` - Generate the SSL certificate: ```bash openssl x509...") originally created as "SSL Certifiates"