Skip to content

Commit

Permalink
Add docs note that App.trustedCertificate does not work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpost committed Feb 11, 2019
1 parent 7fdca45 commit 659335a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/api/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
},
"trustedCertificates": {
"type": "any[]",
"description": "Adds a set of certificates to validated ssl connections against. The certificates are applied in addition to the system wide default certificates.\n\nThe `ArrayBuffer` entries of the `trustedCertificates` array consist of the bytes of the certificate files. On Android the certificate file has to be a _*.pem_ (Privacy Enhanced Mail) file whereas on iOS it has to be _*.der_ (Distinguished Encoding Rules) file."
"description": "Adds a set of certificates to validated ssl connections against. The certificates are applied in addition to the system wide default certificates.\n\nThe `ArrayBuffer` entries of the `trustedCertificates` array consist of the bytes of the certificate files. On Android the certificate file has to be a _*.pem_ (Privacy Enhanced Mail) file whereas on iOS it has to be _*.der_ (Distinguished Encoding Rules) file.",
"platforms": {
"windows": false
}
}
},
"events": {
Expand Down

0 comments on commit 659335a

Please sign in to comment.