Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
517 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{gdns_set_tls_ca_file}
\alias{gdns_set_tls_ca_file}
\title{Specify the file with CA certificates for verification purposes}
\usage{
gdns_set_tls_ca_file(gctx, ca_file)
}
\arguments{
\item{gctx}{gdns resolver context created with \code{\link[=gdns_resolver]{gdns_resolver()}}}
\item{ca_file}{file with Certificate Authority certificates}
}
\description{
Specify the file with CA certificates for verification purposes
}