Skip to content

Commit 28aaf07

Browse files
committed
update Mozilla root CA certs link to official site
1 parent c3b723a commit 28aaf07

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

R/nanonext-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#'
2929
#' @section Usage notes:
3030
#'
31-
#' \code{nanonext} offers 2 equivalent interfaces: a functional interface,
31+
#' \pkg{nanonext} offers 2 equivalent interfaces: a functional interface,
3232
#' and an object-oriented interface.
3333
#'
3434
#' The primary object in the functional interface is the Socket. Use

R/tls.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@
5959
#' an empty client configuration is created), as a configuration can only be
6060
#' of one type.
6161
#'
62-
#' For creating client configurations for public internet usage, up-to-date
63-
#' CA certificates in PEM format, extracted from Mozilla, are available at:
64-
#' \url{https://curl.se/docs/caextract.html}. This link is not endorsed; use
65-
#' at your own risk.
62+
#' For creating client configurations for public internet usage, root CA
63+
#' ceritficates can usually be found at
64+
#' \file{/etc/ssl/certs/ca-certificates.crt} on Linux systems. Otherwise,
65+
#' root CA certificates in PEM format are available at the Common CA
66+
#' Database site run by Mozilla: \url{https://www.ccadb.org/resources}
67+
#' (select the Server Authentication SSL/TLS certificates text file).
68+
#' \emph{This link is not endorsed; use at your own risk.}
6669
#'
6770
#' @examples
6871
#' tls <- tls_config()

man/nanonext-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tls_config.Rd

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)