@@ -448,6 +448,34 @@ CHAINS_PROD += $(O)/gen/chain/subdomain-captive-portal.pem
448
448
$(O ) /gen/chain/subdomain-captive-portal.pem : $(O ) /gen/crt/subdomain-captive-portal.crt $(O ) /gen/crt/ca-intermediate.crt
449
449
./tool chain $@ $(D ) $^
450
450
451
+ # ###############################
452
+ $(O ) /gen/key/leaf-blocked-interception.key :
453
+ ./tool gen-key $@ $(D ) 2048
454
+
455
+ # ###############################
456
+ # Note: this is just a regular cert in `test`
457
+ $(O ) /gen/csr/subdomain-blocked-interception.csr : src/conf/subdomain-blocked-interception.conf $(O ) /gen/key/leaf-blocked-interception.key
458
+ ./tool gen-csr $@ $(D ) $^
459
+ $(O ) /gen/crt/subdomain-blocked-interception.crt : src/conf/subdomain-blocked-interception.conf $(O ) /gen/csr/subdomain-blocked-interception.csr $(O ) /gen/key/ca-intermediate.key $(O ) /gen/crt/ca-intermediate.crt
460
+ ./tool sign $@ $(D ) $(SIGN_LEAF_DEFAULTS ) $^
461
+ CHAINS_PROD += $(O ) /gen/chain/subdomain-blocked-interception.pem
462
+ $(O ) /gen/chain/subdomain-blocked-interception.pem : $(O ) /gen/crt/subdomain-blocked-interception.crt $(O ) /gen/crt/ca-intermediate.crt
463
+ ./tool chain $@ $(D ) $^
464
+
465
+ # ###############################
466
+ $(O ) /gen/key/leaf-known-interception.key :
467
+ ./tool gen-key $@ $(D ) 2048
468
+
469
+ # ###############################
470
+ # Note: this is just a regular cert in `test`
471
+ $(O ) /gen/csr/subdomain-known-interception.csr : src/conf/subdomain-known-interception.conf $(O ) /gen/key/leaf-known-interception.key
472
+ ./tool gen-csr $@ $(D ) $^
473
+ $(O ) /gen/crt/subdomain-known-interception.crt : src/conf/subdomain-known-interception.conf $(O ) /gen/csr/subdomain-known-interception.csr $(O ) /gen/key/ca-intermediate.key $(O ) /gen/crt/ca-intermediate.crt
474
+ ./tool sign $@ $(D ) $(SIGN_LEAF_DEFAULTS ) $^
475
+ CHAINS_PROD += $(O ) /gen/chain/subdomain-known-interception.pem
476
+ $(O ) /gen/chain/subdomain-known-interception.pem : $(O ) /gen/crt/subdomain-known-interception.crt $(O ) /gen/crt/ca-intermediate.crt
477
+ ./tool chain $@ $(D ) $^
478
+
451
479
452
480
# ###############################
453
481
$(O ) /gen/dhparam/dh480.pem :
0 commit comments