Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
8f80f412
Commit
8f80f412
authored
12 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
mk-ca-bundle.1: mention new -f, fix outputfile output
also edited a few sentences to become more verbose
parent
cc4ac82b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/mk-ca-bundle.1
+20
-9
20 additions, 9 deletions
docs/mk-ca-bundle.1
with
20 additions
and
9 deletions
docs/mk-ca-bundle.1
+
20
−
9
View file @
8f80f412
.Dd
April 27
, 201
2
.Dd
Jan 5
, 201
3
.Dt MK-CA-BUNDLE 1
.Os
.Sh NAME
.Nm mk-ca-bundle
.Nd c
reate a new ca-bundle.crt from
mozilla's certdata.txt
.Nd c
onvert
mozilla's certdata.txt
to PEM format
.Sh SYNOPSIS
.Nm
.Op Fl bilnqtuv
.Or
outputfile
[
outputfile
]
.Sh DESCRIPTION
The
.Nm
tool downloads the certdata.txt file from Mozilla's source tree
, then
parses certdata.txt and extracts CA Root Certificates into PEM format.
tool downloads the certdata.txt file from Mozilla's source tree
over HTTP,
then
parses certdata.txt and extracts CA Root Certificates into PEM format.
These are then processed with the OpenSSL commandline tool to produce the
final ca-bundle.crt file.
final ca-bundle file.
The default \fIoutputfile\fP name is \fBca-bundle.crt\fP. By setting it to '-'
(a single dash) you will get the output sent to STDOUT instead of a file.
The PEM format this scripts uses for output makes the result readily available
for use by just about all OpenSSL or GnuTLS powered applications, such as
curl, wget and more.
.Sh OPTIONS
The following options are supported by
.Nm :
.Bl -tag -width _h
.It Fl b
backup an existing version of ca-bundle.crt
backup an existing version of \fIoutputfilename\fP.
.It Fl f
force rebuild even if certdata.txt is current (Added in version 1.17)
.It Fl i
print version info about used modules
.It Fl l
...
...
@@ -42,9 +51,11 @@ be verbose and print out processed CAs
.Xr curl 1
.Sh HISTORY
.Nm
was based on the parse-certs script written by
is a command line tool that is shipped as part of every curl and libcurl
release (see http://curl.haxx.se/). It was originally based on the parse-certs
script written by
.An Roland Krikava
and
hack
ed by
and
was later much improv
ed by
.An Guenter Knauf .
This manual page was written by
.An Jan Schaumann
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment