mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
b2ea23c0aa
normalize subject/issuer value in the test itself
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
GET https://hurl.dev
|
|
HTTP 200
|
|
[Asserts]
|
|
certificate "Subject" replace " = " "=" replace ";" ", " == "CN=hurl.dev"
|
|
certificate "Issuer" replace " = " "=" replace ";" ", " == "C=US, O=Let's Encrypt, CN=R3"
|
|
certificate "Expire-Date" daysAfterNow > 15
|
|
certificate "Serial-Number" matches "[0-9af]+"
|