Skip to content

Commit 0d7c462

Browse files
committed
Cleaning up certificate creation script.
1 parent 8cc5a43 commit 0d7c462

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/nina-fw-create-roots.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ do
1616
is_globalsign=$(openssl x509 -in $filename -text -nocert | grep "O = GlobalSign")
1717
is_starfield=$(openssl x509 -in $filename -text -nocert | grep "O = \"Starfield Technologies, Inc.\"")
1818
is_dst=$(openssl x509 -in $filename -text -nocert | grep "O = Digital Signature Trust Co.")
19-
# is_geotrust=$(openssl x509 -in $filename -text -nocert | grep "O = GeoTrust Inc.")
2019
is_cybertrust=$(openssl x509 -in $filename -text -nocert | grep "O = \"Cybertrust, Inc\"")
2120
is_usertrust=$(openssl x509 -in $filename -text -nocert | grep "O = The USERTRUST Network")
2221

@@ -86,12 +85,6 @@ do
8685
openssl x509 -in $filename -text -certopt no_header,no_pubkey,no_subject,no_issuer,no_signame,no_version,no_serial,no_validity,no_extensions,no_sigdump,no_aux,no_extensions >> roots.pem
8786
fi
8887

89-
# if [ ! -z "$is_geotrust" ]
90-
# then
91-
# echo $is_geotrust
92-
# openssl x509 -in $filename -text -certopt no_header,no_pubkey,no_subject,no_issuer,no_signame,no_version,no_serial,no_validity,no_extensions,no_sigdump,no_aux,no_extensions >> roots.pem
93-
# fi
94-
9588
if [ ! -z "$is_cybertrust" ]
9689
then
9790
echo $is_cybertrust

0 commit comments

Comments
 (0)