There was an error while loading. Please reload this page.
2 parents 9835476 + 05bd92a commit 5ba1bdeCopy full SHA for 5ba1bde
1 file changed
maint/mk-ca-bundle.pl
@@ -421,7 +421,7 @@ (%)
421
## It contains the certificates in ${format}PEM format and therefore
422
## can be directly used with curl / libcurl / php_curl, or with
423
## an Apache+mod_ssl webserver for SSL client authentication.
424
-## Just configure this file as the SSLCACertificateFile.
+## Configure this file as the SSLCACertificateFile.
425
##
426
## Conversion done with mk-ca-bundle.pl version $version.
427
## SHA256: $newhash
@@ -493,7 +493,7 @@ (%)
493
#
494
# The latter is for certificates that have already been removed and are not
495
# included. Not all explicitly distrusted certificates are ignored at this
496
- # point, just those without an actual certificate.
+ # point, only those without an actual certificate.
497
elsif(!$main_block && !$trust_block) {
498
next;
499
}
0 commit comments