File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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) `
You can’t perform that action at this time.
0 commit comments