Changeset b34a67e in mod_gnutls for doc/mod_gnutls_manual.mdwn
- Timestamp:
- Nov 1, 2016, 7:20:26 AM (4 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- b888e8b
- Parents:
- 3475e62
- git-author:
- Thomas Klute <thomas2.klute@…> (10/31/16 19:10:34)
- git-committer:
- Thomas Klute <thomas2.klute@…> (11/01/16 07:20:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
r3475e62 rb34a67e 572 572 * The issuer CA uses an access method other than HTTP. 573 573 * Testing 574 575 You can use a GnuTLS `ocsptool` command like the following to create 576 and update the response file: 577 578 ocsptool --ask --nonce --load-issuer ca_cert.pem \ 579 --load-cert server_cert.pem --outfile ocsp_response.der 580 581 Additional error checking is highly recommended. You may have to 582 remove the `--nonce` option if the OCSP responder of your CA does not 583 support nonces. 574 584 575 585 ### GnuTLSOCSPGraceTime
Note: See TracChangeset
for help on using the changeset viewer.