Fix some docs issues

Change-Id: I961a34a90ead7e7559f778cae3bef7ec41689a93
This commit is contained in:
Chris Freehill
2020-05-14 16:45:05 -05:00
parent 2772d3f238
commit 76162057a1
4 changed files with 63 additions and 62 deletions
+12 -12
View File
@@ -67,24 +67,24 @@ By default, authentication is enabled. To disable authentication, when starting
```sh
$ sudo tree /etc/rdc
/etc/rdc
└── server
├── certs
│   ├── rdc_cacert.pem
│   └── rdc_server_cert.pem
└── private
└── rdc_server_cert.key
|-- server
|-- certs
| |-- rdc_cacert.pem
| |-- rdc_server_cert.pem
|-- private
|-- rdc_server_cert.key
```
- Clients
```sh
$ sudo tree /etc/rdc
/etc/rdc
└── client
   ├── certs
   │   ├── rdc_cacert.pem
   │   └── rdc_client_cert.pem
   └── private
   └── rdc_client_cert.key
|-- client
|-- certs
| |-- rdc_cacert.pem
| |-- rdc_client_cert.pem
|-- private
|-- rdc_client_cert.key
```
Machines that are both clients and servers will have both directory structures.
+1 -1
View File
@@ -759,7 +759,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/docs/README.md \
@CMAKE_CURRENT_SOURCE_DIR@/client/include/rdc/rdc_client.h
@CMAKE_CURRENT_SOURCE_DIR@/include/rdc/rdc.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses