diff options
| author | sthen <> | 2022-07-03 15:02:04 +0000 |
|---|---|---|
| committer | sthen <> | 2022-07-03 15:02:04 +0000 |
| commit | 3f2e638c8997e7a95b480736910126190b2c65d5 (patch) | |
| tree | a6b34c5205736dd67099891d0ff8272b677419fd /src/lib/libc | |
| parent | 8900039a4918d53dbf5ef4112401bc088fa30932 (diff) | |
| download | openbsd-3f2e638c8997e7a95b480736910126190b2c65d5.tar.gz openbsd-3f2e638c8997e7a95b480736910126190b2c65d5.tar.bz2 openbsd-3f2e638c8997e7a95b480736910126190b2c65d5.zip | |
Update instructions for using curl's mk-ca-bundle script.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/format-pem.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/format-pem.pl b/src/lib/libcrypto/format-pem.pl index da4287b123..0202403204 100644 --- a/src/lib/libcrypto/format-pem.pl +++ b/src/lib/libcrypto/format-pem.pl | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
| 2 | # $OpenBSD: format-pem.pl,v 1.5 2019/04/02 12:30:20 sthen Exp $ | 2 | # $OpenBSD: format-pem.pl,v 1.6 2022/07/03 15:02:04 sthen Exp $ |
| 3 | # | 3 | # |
| 4 | # Copyright (c) 2016 Stuart Henderson <sthen@openbsd.org> | 4 | # Copyright (c) 2016 Stuart Henderson <sthen@openbsd.org> |
| 5 | # | 5 | # |
| @@ -15,10 +15,10 @@ | |||
| 15 | # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 16 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 17 | 17 | ||
| 18 | # To update cert.pem from Mozilla NSS: | 18 | # To update cert.pem based on the certificates included in Mozilla NSS, |
| 19 | # pkg_add curl for mk-ca-bundle(1), and: | ||
| 19 | # - perl format-pem.pl < cert.pem > /dev/null 2> calist.old | 20 | # - perl format-pem.pl < cert.pem > /dev/null 2> calist.old |
| 20 | # - cd /usr/ports/net/curl; make NO_DEPENDS=Yes patch; curldir=`make show=WRKSRC`; cd - | 21 | # - mk-ca-bundle |
| 21 | # - pkg_add curl; perl $curldir/lib/mk-ca-bundle.pl | ||
| 22 | # - perl format-pem.pl < ca-bundle.crt > certnew.pem 2> calist.new | 22 | # - perl format-pem.pl < ca-bundle.crt > certnew.pem 2> calist.new |
| 23 | # Summarize additions/removals for review: | 23 | # Summarize additions/removals for review: |
| 24 | # - diff calist.old calist.new | 24 | # - diff calist.old calist.new |
