Skip to content
Snippets Groups Projects
Commit fea24c80 authored by Moe Jette's avatar Moe Jette
Browse files

Note access right requirements for the job credential key files.

parent 985903f0
No related branches found
No related tags found
No related merge requests found
...@@ -323,6 +323,8 @@ the program <a href="http://www.openssl.org">openssl</a>. ...@@ -323,6 +323,8 @@ the program <a href="http://www.openssl.org">openssl</a>.
An example of how to do this is shown below. An example of how to do this is shown below.
Specify file names that match the values of JobCredentialPrivateKey and Specify file names that match the values of JobCredentialPrivateKey and
JobCredentialPublicCertificate in your configuration file. JobCredentialPublicCertificate in your configuration file.
The JobCredentialPrivateKey file must be readable only by SlurmUser.
The JobCredentialPublicCertificate file must be readable by all users.
<pre> <pre>
openssl genrsa -out /usr/local/etc/slurm.key 1024 openssl genrsa -out /usr/local/etc/slurm.key 1024
openssl rsa -in /usr/local/etc/slurm.key -pubout -out /usr/local/etc/slurm.cert openssl rsa -in /usr/local/etc/slurm.key -pubout -out /usr/local/etc/slurm.cert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment