Skip to content

Commit b665edc

Browse files
author
gilper0x
authored
Update crt.sh
1 parent 155d07b commit b665edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xray/crt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ chmod 600 /etc/haproxy/ssl/cert.pem
106106
chown haproxy:haproxy /etc/haproxy/ssl/cert.pem
107107
echo "✅ SSL converted from Xray"
108108
else
109-
# Buat sertifikat self-signed
109+
# make a certificate
110110
openssl genrsa -out key.pem 2048
111111
openssl req -new -x509 -key key.pem -out cert.pem -days 3650 \
112112
-subj "/C=ID/ST=Jakarta/L=Jakarta/O=givps/OU=IT/CN=localhost/emailAddress=admin@localhost"

0 commit comments

Comments
 (0)