Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
arc
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
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
Maiken
arc
Commits
6e999296
Commit
6e999296
authored
17 years ago
by
Weizhong Qiang
Browse files
Options
Downloads
Patches
Plain Diff
Changes in README to adapt the passphrase input
parent
157e5900
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
README
+21
-5
21 additions, 5 deletions
README
with
21 additions
and
5 deletions
README
+
21
−
5
View file @
6e999296
...
...
@@ -97,12 +97,28 @@ In order to use ARC, a grid certificate is necessary. More information
about grid certificates in general and how to get them can be found on
http://www.nordugrid.org/documents/certificate_howto.html
For this technology preview, only the certificates without password
can be used (both the client side and server side). Certificates with
password (for client side) will be supported when certificate
delegation is available.
For testing purposes, an "untrusted" certificate can be generated by
Please make sure correctly configure the certificates on client and service
sides. The configuration about certificate for MCCTLS in the service.xml
should like this:
<KeyPath>./key.pem</KeyPath>
<CertificatePath>./cert.pem</CertificatePath>
<CACertificatePath>./ca.pem</CACertificatePath>
or this:
<KeyPath>/etc/grid-security/hostkey.pem</KeyPath>
<CertificatePath>/etc/grid-security/hostcert.pem</CertificatePath>
<CACertificatesDir>/etc/grid-security/certificates</CACertificatesDir>
Note if you configure <CACertificatePath>, that implicitly means the certificates
for client and service sides are signed by one specific CA.
The key file can be with or without passphrase.
If you would test ARC with TLS support, the certificate generated by yourself ("untrusted"
certificate) is recommended; or you can also use some certificate genertated by authorized CA,
such as NorduGrid CA.
For testing, you can use the same certificates for the client and service sides.
For testing purposes, an "untrusted" self-signed certificate can be generated by
the following commands:
openssl genrsa 1024 > key.pem
...
...
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