Home
last modified time | relevance | path

Searched refs:ssl_fp (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-certbot-apache/certbot-apache-1.22.0/certbot_apache/_internal/
H A Dconfigurator.py1368 ssl_fp = self._get_ssl_vhost_path(avail_fp)
1371 (self._escape(ssl_fp),
1380 (self._escape(ssl_fp),
1388 self.parser.parse_file(ssl_fp)
1392 (self._escape(ssl_fp),
1404 logger.info("Created an SSL vhost at %s", ssl_fp)
1506 if os.path.exists(ssl_fp):
1509 files.add(ssl_fp)
1519 with open(ssl_fp, "a") as new_file:
1527 if not self.parser.parsed_in_current(ssl_fp):
[all …]
/dports/net/httping/httping-2.5/
H A Dmain.c162 …nt header_size, int data_size, double Bps, const char *host, const char *ssl_fp, double toff_diff_… in emit_json() argument
186 printf("\"ssl_fingerprint\" : \"%s\", ", ssl_fp ? ssl_fp : ""); in emit_json()