Replace Go Doc URL with pkg.go.dev
This commit is contained in:
@@ -47,7 +47,7 @@ some extra application configuration. You will need to add the CA certificate
|
||||
bundle to the list of CA certificates that the TLS client or server trusts. For
|
||||
example, you would do this with a golang TLS config by parsing the certificate
|
||||
chain and adding the parsed certificates to the `RootCAs` field in the
|
||||
[`tls.Config`](https://godoc.org/crypto/tls#Config) struct.
|
||||
[`tls.Config`](https://pkg.go.dev/crypto/tls#Config) struct.
|
||||
|
||||
{{< note >}}
|
||||
Even though the custom CA certificate may be included in the filesystem (in the
|
||||
|
||||
Reference in New Issue
Block a user