Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Dimitar Stoychev
OpenLDAP
Commits
056bd0ac
Commit
056bd0ac
authored
12 years ago
by
Ben Jencks
Committed by
Howard Chu
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ITS#7506 DHParamFile: Update docs
Update docs to reflect changes in handling and fix some errors.
parent
cfeb2841
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
doc/guide/admin/tls.sdf
+8
-6
8 additions, 6 deletions
doc/guide/admin/tls.sdf
with
8 additions
and
6 deletions
doc/guide/admin/tls.sdf
+
8
−
6
View file @
056bd0ac
...
...
@@ -188,18 +188,20 @@ and it doesn't need very much data to work.
This directive is ignored with GnuTLS and Mozilla NSS.
H4: TLS
Ephemeral
DHParamFile <filename>
H4: TLSDHParamFile <filename>
This directive specifies the file that contains parameters for
Diffie-Hellman ephemeral key exchange. This is required in order
to use
a DSA certificate on the server side
(i.e.
{{EX:TLSCertificateKeyFile}} points to a DSA key)
. Multiple sets
of parameters can be included in the file; all of them will
be
processed. Parameters can be
generated using the following command
to use
DHE-based cipher suites, including all DSA-based suites
(i.e.
{{EX:TLSCertificateKeyFile}} points to a DSA key)
, and RSA when the 'key
encipherment' key usage is not specified in the certificate. Parameters can
be
generated using the following command
> openssl dhparam [-dsaparam] -out <filename> <numbits>
or
> certtool --generate-dh-params --bits <numbits> --outfile <filename>
This directive is ignored with
GnuTLS and
Mozilla NSS.
This directive is ignored with Mozilla NSS.
H4: TLSVerifyClient { never | allow | try | demand }
...
...
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