We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f9fe commit 7248ca3Copy full SHA for 7248ca3
1 file changed
certs/renewcerts.sh
@@ -768,6 +768,16 @@ run_renewcerts(){
768
echo "End of section"
769
echo "---------------------------------------------------------------------"
770
771
+ ############################################################
772
+ ########## generate SM2 certificates #######################
773
774
+ echo "Renewing SM2 certificates"
775
+ cd sm2
776
+ ./gen-sm2-certs.sh
777
+ cd ..
778
+ echo "End of section"
779
+ echo "---------------------------------------------------------------------"
780
+
781
############################################################
782
########## update Raw Public Key certificates ##############
783
0 commit comments