Searched refs:certdir (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c109 static SSL_CTX *rpctls_setup_ssl(const char *certdir);
121 { "certdir", required_argument, NULL, 'D' },
231 "[-D/--certdir certdir] [-d/--debuglevel] "
544 rpctls_setup_ssl(const char *certdir) argument
574 /* Get the cert.pem and certkey.pem files from the directory certdir. */
575 len = strlcpy(path, certdir, sizeof(path));

Completed in 127 milliseconds