Skip to content

Commit

Permalink
Change to alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Apr 15, 2019
1 parent 9bf42f1 commit d153e1d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@ 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 Expand Up @@ -222,6 +210,18 @@ connections: it only responds to RPC requests. Thus, it does not need permission
to access any methods. The certificate+key pair is a standard requirement for
every TLS server.

### 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 pair for a user
Unlike daemons, which require access to a specific set of methods, users require
access to a variety of methods depending on their level of access and your
Expand Down

0 comments on commit d153e1d

Please sign in to comment.