source: mod_gnutls/test/tests/36_OCSP_server_nonce/test.yaml @ b6ce8ad

main mod_gnutls/0.12.0
Last change on this file since b6ce8ad was 21cd807, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Use .yaml ending for all YAML files

  • Property mode set to 100644
File size: 285 bytes
RevLine 
[e60e3b9]1!connection
2description: Check if the HTTPS server provides an OCSP status
3gnutls_params:
4  - x509cafile=authority/x509.pem
5  - ocsp
6  - save-ocsp=outputs/36-ocsp.der
7actions:
8  - !request
9    path: /test.txt
10    expect:
11      status: 200
12      body:
13        exactly: |
14          test
Note: See TracBrowser for help on using the repository browser.