--- tags: infra title: final --- ``` curl --connect-timeout 1 -s -k -L http://peterlee.ncku ``` ``` openssl req -new -utf8 -nodes -sha256 -addext "subjectAltName = DNS:peterlee.ncku" \ -newkey rsa:2048 -keyout server.key -out server.csr \ -config ssl.conf ``` ```bash sudo mkdir -p /etc/nginx/ssl/final/ sudo cp server.key /etc/nginx/ssl/final/ sudo cp fullchain.crt /etc/nginx/ssl/final/ ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up