SimonBaeumer / goss

Quick and Easy server testing/validation
Apache License 2.0
26 stars 2 forks source link

Add test https client-certificate authentication server #28

Closed SimonBaeumer closed 5 years ago

SimonBaeumer commented 5 years ago

Example certificate authentication:

http:
    https://client.server:
        status: 200
        cert: /home/example/client.crt
        key: /home/example/client.key

Fixes #25

panikgaul commented 5 years ago

Great stuff, exactly as expected.