Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-server
Commits
eefbef6d
Commit
eefbef6d
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: fix typo
parent
c2937e00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
Release v0.4.0
Pipeline
#8355
passed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+1
-1
1 addition, 1 deletion
README_SETUP.md
with
1 addition
and
1 deletion
README_SETUP.md
+
1
−
1
View file @
eefbef6d
...
...
@@ -79,7 +79,7 @@ server:
Replace
`localhost`
by your host name, if you want.
-
`keytool -importkeystore -srckeystore caosdb.jks -destkeystore caosdb.p12 -deststoretype PKCS12 -srcalias selfsigned`
-
Export the public part only:
`openssl pkcs12 -in caosdb.p12 -nokeys -out cert.pem`
.
The resulting
`
`cert.pem` can safely be given to users to allow ssl verification.
The resulting
`cert.pem`
can safely be given to users to allow ssl verification.
-
You can check the content of the certificate with
`openssl x509 -in cert.pem -text`
Alternatively, you can create a keystore from certificate files that you already have:
...
...
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