1
0
réplica de https://github.com/therootcompany/greenlock-express.js.git sincronizado 2024-11-16 17:28:59 +00:00
Este cometimento está contido em:
AJ ONeal 2020-07-29 02:39:47 +00:00
ascendente 374c360967
cometimento 2ac272ba9d

Ver ficheiro

@ -107,8 +107,12 @@ Serving sites with Free SSL is as easy as 1, 2, 3... 4
If you're familiar with node, npm, and npx: this is all you need to do: If you're familiar with node, npm, and npx: this is all you need to do:
```bash ```bash
npm init
npm install --save greenlock-express@v4
npx greenlock init --config-dir greenlock.d --maintainer-email jon@example.com npx greenlock init --config-dir greenlock.d --maintainer-email jon@example.com
npx greenlock add --subject example.com --altnames example.com npx greenlock add --subject example.com --altnames example.com
npm start -- --staging npm start -- --staging
``` ```