1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

16 Commits

Author SHA1 Message Date
Matthias Hanel
a70141e997
document pinned_certs 2021-06-30 14:46:55 -04:00
Ginger Collison
9f2fec4dfb
GitBook: [master] 6 pages and 10 assets modified 2020-12-14 18:44:03 +00:00
Matthias Hanel
eba03ef178
adding doc for verify_cert_and_check_known_urls
This is a new feature similar to verify_and_map, but without the extra config.
2020-11-20 17:34:03 -05:00
Matthias Hanel
84308f68d5
clarify insecure
This is the go documentation of the value that this configuration sets

	// InsecureSkipVerify controls whether a client verifies the
	// server's certificate chain and host name.
	// If InsecureSkipVerify is true, TLS accepts any certificate
	// presented by the server and any host name in that certificate.
	// In this mode, TLS is susceptible to man-in-the-middle attacks.
	// This should be used only for testing.
	InsecureSkipVerify bool
2020-11-18 17:57:03 -05:00
Matthias Hanel
6f7a5b1286
fix links and wording
noticed broken links
2020-10-30 15:59:14 -04:00
Phil Pennock
f5f1ff8718 Provide guidance on TLS ca_file directives 2020-10-30 15:33:14 -04:00
Ginger Collison
dde41d778b
GitBook: [master] 21 pages modified 2020-06-09 14:20:36 +00:00
Ginger Collison
efda4f3676
Update tls.md 2020-04-27 11:37:57 -05:00
Matthias Hanel
1d75e83055
clarifications for mkcert -client 2020-04-21 15:21:21 -04:00
Matthias Hanel
9443b0ced5 Fixing links (all lower chase anchors and removing github links)
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-04-13 16:22:10 -04:00
Ginger Collison
de933e912d
GitBook: [master] 61 pages modified 2020-04-10 14:41:07 +00:00
Matthias Hanel
3507858cd3 Incorporate details about mutual auth
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-24 18:28:10 -04:00
Matthias Hanel
3889f1463d Incorporate explanation of key usage
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-19 14:54:49 -04:00
Matthias Hanel
343f9bcb7f move mkcert -CAROOT into it's own section
Explain mkcert -CAROOT separately
add link to mkcert doc
call out node.js trust store

Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 18:24:33 -04:00
Matthias Hanel
787cf70132 Incorporate cert generation, use in examples, mention order of verify_and_map
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 16:57:05 -04:00
Ginger Collison
fb0d5c8355
GitBook: [master] 326 pages and 16 assets modified 2019-10-04 17:48:52 +00:00