We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78444e3 commit 447bb06Copy full SHA for 447bb06
integration/ssl/letsencrypt.hurl
@@ -4,4 +4,4 @@ HTTP 200
4
certificate "Subject" == "CN=hurl.dev"
5
certificate "Issuer" == "C=US, O=Let's Encrypt, CN=R3"
6
certificate "Expire-Date" daysAfterNow > 15
7
-certificate "Serial-Number" == "03:db:c4:f3:c8:5e:13:66:cc:52:a3:69:2c:fa:04:a0:7b:b1"
+certificate "Serial-Number" matches "[0-9af]+"
0 commit comments