hurl/integration/ssl/letsencrypt.hurl

8 lines
225 B
Plaintext
Raw Normal View History

2023-02-03 00:02:10 +03:00
GET https://hurl.dev
HTTP 200
2023-03-17 23:13:33 +03:00
[Asserts]
certificate "Subject" == "CN=hurl.dev"
certificate "Issuer" == "C=US, O=Let's Encrypt, CN=R3"
2023-03-30 10:38:08 +03:00
certificate "Expire-Date" daysAfterNow > 15
certificate "Serial-Number" matches "[0-9af]+"