crew_tls | R Documentation |
Create an R6
object with transport layer security (TLS)
configuration for crew
.
crew_tls(
mode = "none",
key = NULL,
password = NULL,
certificates = NULL,
validate = TRUE
)
mode |
Character of length 1. Must be one of the following:
|
key |
If |
password |
If |
certificates |
If |
validate |
Logical of length 1, whether to validate the configuration
object on creation. If |
crew_tls()
objects are input to the tls
argument of
crew_client()
, crew_controller_local()
, etc.
See https://wlandau.github.io/crew/articles/risks.html for details.
An R6
object with TLS configuration settings and methods.
Other tls:
crew_class_tls
crew_tls(mode = "automatic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.