{{ message }}
Commit 7a09902
authored
docs: bring back certfile (#8582)
Partial revert of #7947
`certfile` and `cafile` are both valid, and are used for different
things:
- `certfile` is the path to the certificate file. It's used for mutual
TLS and represents the client's certificate (supersedes the deprecated
`cert`, and complements `keyfile`).
- `cafile` is the path to the certificate authority file. It's used to
verify the authenticity of the registry's certificate.
Also clarify that `keyfile` and `certfile` must be scoped to a registry.1 parent 5db81c3 commit 7a09902
3 files changed
Lines changed: 15 additions & 14 deletions
File tree
- docs/lib/content/configuring-npm
- tap-snapshots/test/lib
- workspaces/config/lib/definitions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1911 | 1911 | | |
1912 | 1912 | | |
1913 | 1913 | | |
1914 | | - | |
| 1914 | + | |
1915 | 1915 | | |
1916 | | - | |
| 1916 | + | |
1917 | 1917 | | |
1918 | 1918 | | |
1919 | 1919 | | |
| |||
1924 | 1924 | | |
1925 | 1925 | | |
1926 | 1926 | | |
1927 | | - | |
1928 | | - | |
| 1927 | + | |
| 1928 | + | |
1929 | 1929 | | |
1930 | 1930 | | |
1931 | 1931 | | |
| |||
2016 | 2016 | | |
2017 | 2017 | | |
2018 | 2018 | | |
2019 | | - | |
| 2019 | + | |
2020 | 2020 | | |
2021 | | - | |
| 2021 | + | |
2022 | 2022 | | |
2023 | 2023 | | |
2024 | 2024 | | |
| |||

0 commit comments