Skip to content

Commit a08234a

Browse files
authored
minor changes to README.md (#194)
1 parent 06f4a84 commit a08234a

File tree

1 file changed

+2
-0
lines changed
  • wadas_webserver/letsencrypt_certificate_request/windows

1 file changed

+2
-0
lines changed

wadas_webserver/letsencrypt_certificate_request/windows/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
4. Enable Powershell script execution.
1313
- open a Powershell console as Administrator.
1414
- run `set-executionpolicy remotesigned`
15+
- select `[Y] Yes`
1516
5. Run `.\cert_request.ps1` from a Powershell console, passing the following parameters:
1617
- `domain`: the domain you want to generate a certificate for (e.g. `node1.wadas.it`).
1718
- `pemfilespath`: path to a folder you want to store the generated certificate.
19+
- e.g. `.\cert_request.ps1 -domain node2.wadas.it -pemfilespath C:\Users\user\Downloads\pem`
1820
6. Once the process is completed, copy the following files (located into the specified `pemfilespath` directory) into `WADAS_ROOT/wadas_webserver/web_cert`, renaming them in `cert.pem` and `key.pem`:
1921
- `DOMAIN-crt.pem` -> `cert.pem`
2022
- `DOMAIN-key.pem` -> `key.pem`

0 commit comments

Comments
 (0)