Skip to content

Commit 3be178c

Browse files
committed
Add initial readme
1 parent ba7187b commit 3be178c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# rustserve-platform
2+
3+
# Warning
4+
5+
This is very much a WIP and should not be relied upon whatsoever right now.
6+
7+
# Getting started
8+
9+
* generate the certificates necessary for mtls
10+
* do so by running `build-a-pki.sh` and moving the output artifacts into a
11+
directory called `service_name_mtls` where `service_name` is the name of the
12+
service thats serving routes. That is if you have a binary serving multiple
13+
service controllers, your binary has a single service name and you would use
14+
`service_name_mtls` for your service and when deployed it would look up its
15+
service certificates in the expected place on the deployed instance.
16+
* `export CA_CERT_BUNDLE=/etc/ssl/certs/ca-bundle.crt`
17+
* `export CERTIFICATE_ROOT=$(pwd)`

0 commit comments

Comments
 (0)