Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technetos/rustserve-platform
https://github.com/technetos/rustserve-platform
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/technetos/rustserve-platform
- Owner: technetos
- License: apache-2.0
- Created: 2023-03-12T02:04:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-19T23:45:27.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:11:28.847Z (6 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rustserve-platform
# Warning
This is very much a WIP and should not be relied upon whatsoever right now.
# Getting started
* generate the certificates necessary for mtls
* do so by running `build-a-pki.sh` and moving the output artifacts into a
directory called `service_name_mtls` where `service_name` is the name of the
service thats serving routes. That is if you have a binary serving multiple
service controllers, your binary has a single service name and you would use
`service_name_mtls` for your service and when deployed it would look up its
service certificates in the expected place on the deployed instance.
* `export CA_CERT_BUNDLE=/etc/ssl/certs/ca-bundle.crt`
* `export CERTIFICATE_ROOT=$(pwd)`