User contributions for 101.53.218.192
Appearance
14 March 2025
- 05:0905:09, 14 March 2025 diff hist +1,756 SSL Certificates No edit summary
- 04:2504:25, 14 March 2025 diff hist −2,586 SSL Certificates No edit summary
- 04:1704:17, 14 March 2025 diff hist +4,885 N SSL Certificates 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..."