Skip to content

Commit

Permalink
Add mdbd cert creation info
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Apr 15, 2019
1 parent 0b94e7b commit 9bf42f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ Note how (in addition to access to some other RPC methods) the
[subd](../cmd/subd/README.md) RPC methods. Thus, this is a high value key, as it
gives root level access to your fleet, so you should restrict access to it.

### Creating a certificate+key for [mdbd](../cmd/mdbd/README.md)
Run the following command:

```
make-cert root mdbd AUTO mdbd cmd/mdbd/required-methods
```
This will create the `mdbd.pem` and `mdbd.key.pem` files. These
should be copied to the files `/etc/ssl/mdbd/cert.pem` and
`/etc/ssl/mdbd/key.pem` on the machine where
[mdbd](../cmd/mdbd/README.md) will run.


### Creating a certificate+key for [imageserver](../cmd/imageserver/README.md)
Run the following command:

Expand Down

0 comments on commit 9bf42f1

Please sign in to comment.