hpc:othernotes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hpc:othernotes [2014/07/28 15:49] – created jchilders | hpc:othernotes [2015/01/15 19:31] (current) – jchilders | ||
---|---|---|---|
Line 2: | Line 2: | ||
* [[ hpc: | * [[ hpc: | ||
+ | |||
+ | |||
+ | ==== Grid Certificates, | ||
+ | |||
+ | === Using encoded tarballs === | ||
+ | |||
+ | If given an encoded tarball use the following command | ||
+ | <code bash> | ||
+ | openssl aes-256-cbc -d -in filename.tgz.enc | tar zxf - | ||
+ | </ | ||
+ | |||
+ | === Removing a password === | ||
+ | In the case of a Robotic Certificate, | ||
+ | <code bash> | ||
+ | openssl rsa -in password-keyfile.pem -out passwordless-keyfile.pem | ||
+ | </ | ||
+ | It will ask for the password on the old file, and you can skip entering one for the new file. | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | === Updating certificates CA directory === | ||
+ | I've typically had to update the local copy of our CA certificate folder by grabbing the one at CERN: | ||
+ | '' | ||
+ | and copying it locally. Otherwise you get errors from '' | ||
+ | |||
+ | === Testing Success === | ||
+ | To test the robotic key/cert you can do the following: | ||
+ | <code bash> | ||
+ | voms-proxy-init --cert </ | ||
+ | </ | ||
+ | |||
+ | |||
+ |
hpc/othernotes.1406562552.txt.gz · Last modified: 2014/07/28 15:49 by jchilders