Lines Matching full:https
5 tsget - Time Stamping HTTP/HTTPS client
27 in RFC 3161, to a timestamp server over HTTP or HTTPS and storing the
54 The URL of the HTTP/HTTPS server listening for timestamp requests.
84 (HTTPS) In case of certificate-based client authentication over HTTPS
91 (HTTPS) Specifies the passphrase for the private key specified by the B<-k>
97 (HTTPS) In case of certificate-based client authentication over HTTPS
104 (HTTPS) The trusted CA certificate store. The certificate chain of the peer's
106 Either option B<-C> or option B<-P> must be given in case of HTTPS. (Optional)
110 (HTTPS) The path containing the trusted CA certificates to verify the peer's
112 option B<-C> or option B<-P> must be given in case of HTTPS. (Optional)
141 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa
162 Get a timestamp response for F<file1.tsq> over HTTPS without client
165 tsget -h https://tsa.opentsa.org:8443/tsa \
168 Get a timestamp response for F<file1.tsq> over HTTPS with certificate-based
172 tsget -h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \
179 TSGET='-h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \
191 L<https://www.rfc-editor.org/rfc/rfc3161.html>
200 L<https://www.openssl.org/source/license.html>.