We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155d07b commit b665edcCopy full SHA for b665edc
1 file changed
xray/crt.sh
@@ -106,7 +106,7 @@ chmod 600 /etc/haproxy/ssl/cert.pem
106
chown haproxy:haproxy /etc/haproxy/ssl/cert.pem
107
echo "✅ SSL converted from Xray"
108
else
109
-# Buat sertifikat self-signed
+# make a certificate
110
openssl genrsa -out key.pem 2048
111
openssl req -new -x509 -key key.pem -out cert.pem -days 3650 \
112
-subj "/C=ID/ST=Jakarta/L=Jakarta/O=givps/OU=IT/CN=localhost/emailAddress=admin@localhost"
0 commit comments