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
c14650ca
Commit
c14650ca
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
not PIN code, pass phrase
parent
c7a9e079
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/TheArtOfHttpScripting
+5
-5
5 additions, 5 deletions
docs/TheArtOfHttpScripting
with
5 additions
and
5 deletions
docs/TheArtOfHttpScripting
+
5
−
5
View file @
c14650ca
...
...
@@ -370,11 +370,11 @@ Version: 0.6
In the HTTPS world, you use certificates to validate that you are the one
you you claim to be, as an addition to normal passwords. Curl supports
client-side certificates. All certificates are locked with a
PIN-code, why
you need to enter
the unlock-code
before the certificate can be used by
curl. The PIN-cod
e can be specified on the command line or if not, entered
interactively
when curl queries for it. Use a certificate with curl on a
HTTPS server
like:
client-side certificates. All certificates are locked with a
pass phrase,
which
you need to enter before the certificate can be used by
curl. The pass
phras
e can be specified on the command line or if not, entered
interactively
when curl queries for it. Use a certificate with curl on a
HTTPS server
like:
curl -E mycert.pem https://that.secure.server.com
...
...
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