Skip to content

Commit 5ba1bde

Browse files
Merge pull request #61 from libwww-perl/update-mk-ca-bundle
Update mk-ca-bundle.pl script
2 parents 9835476 + 05bd92a commit 5ba1bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maint/mk-ca-bundle.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ (%)
421421
## It contains the certificates in ${format}PEM format and therefore
422422
## can be directly used with curl / libcurl / php_curl, or with
423423
## an Apache+mod_ssl webserver for SSL client authentication.
424-
## Just configure this file as the SSLCACertificateFile.
424+
## Configure this file as the SSLCACertificateFile.
425425
##
426426
## Conversion done with mk-ca-bundle.pl version $version.
427427
## SHA256: $newhash
@@ -493,7 +493,7 @@ (%)
493493
#
494494
# The latter is for certificates that have already been removed and are not
495495
# included. Not all explicitly distrusted certificates are ignored at this
496-
# point, just those without an actual certificate.
496+
# point, only those without an actual certificate.
497497
elsif(!$main_block && !$trust_block) {
498498
next;
499499
}

0 commit comments

Comments
 (0)