Lines Matching refs:cert
93 lwsl_vhost_notice(v, " vhost %s: cert expiry: %dd", v->name,
96 lwsl_vhost_info(v, " vhost %s: no cert", v->name);
121 * LWS_TLS_EXTANT_NO : skip adding the cert
122 * LWS_TLS_EXTANT_YES : use the cert and private key paths normally
126 lws_tls_generic_cert_checks(struct lws_vhost *vhost, const char *cert,
132 * The user code can choose to either pass the cert and
136 * set up the cert himself using the user callback
142 if (!cert || !private_key)
145 n = (int)lws_tls_use_any_upgrade_check_extant(cert);
154 lwsl_vhost_notice(vhost, "Ignoring missing %s or %s", cert, private_key);
161 * the cert + key exist
168 * update the cert for every vhost using the given path
191 lwsl_vhost_notice(v, "vhost %s: cert unset", v->name);