Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Nov 28, 2018
1 parent 99b2dbe commit 2bf15ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .rsvrc.json

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ export default {

/** https credentials, use */
'credentials': {
'key': '.ssl/server.key',
'cert': '.ssl/server.crt',
'key': '.cert/server.key',
'cert': '.cert/server.crt',
//'pfx': 'relativePath',
//'passphrase': 'pfx passphrase'
}
Expand Down Expand Up @@ -470,8 +470,8 @@ export default {

/** https credentials, use */
'credentials': {
'key': '.ssl/server.key',
'cert': '.ssl/server.crt',
'key': '.cert/server.key',
'cert': '.cert/server.crt',
//'pfx': 'relativePath',
//'passphrase': 'pfx passphrase'
}
Expand Down

0 comments on commit 2bf15ea

Please sign in to comment.