Skip to content

Commit

Permalink
Fix ssl info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik committed Oct 6, 2022
1 parent 4b9cae3 commit 4895234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ pipeline {
-e DO_REGION="ams3" \
-e DO_BUCKET="lsio-ci" \
-t ghcr.io/linuxserver/ci:latest \
python /ci/ci.py'''
python3 test_build.py'''
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Access the webui at `<your-ip>:8080`, for more information check out [Snipe-it](
This container also generates an SSL certificate and stores it in
```
/config/keys/cert.crt
/config/keys/key.crt
/config/keys/cert.key
```
To use your own certificate swap these files with yours. To use SSL forward your port to 443 inside the container IE:

Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app_setup_block: |
This container also generates an SSL certificate and stores it in
```
/config/keys/cert.crt
/config/keys/key.crt
/config/keys/cert.key
```
To use your own certificate swap these files with yours. To use SSL forward your port to 443 inside the container IE:
Expand Down

0 comments on commit 4895234

Please sign in to comment.