Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Bradley authored Dec 29, 2017
1 parent 261b522 commit 71ce4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ To pki-enable the `download.file()` method, the download method is set to "curl"

By modifying `download.file()`, the standard `install.packages()` function can be used to install packages over secure connections (https).

### .mypki Configuration File
A proper .mypki configuration file should be json formatted and at minimum specify the absolute file paths to a Certificate Authority (CA) bundle and a pkcs#12 digital certificate.
## Configuration File
A `.mypki` configuration file is in json format and defines the absolute file paths to a Certificate Authority (CA) bundle and a pkcs#12 digital certificate.
```json
{
"ca": "/path/to/certificate_authority_bundle.crt",
Expand Down

0 comments on commit 71ce4d8

Please sign in to comment.