Difference between revisions of "Agile testbed"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 178: | Line 178: | ||
==== Requesting certificates from the testbed CA ==== | ==== Requesting certificates from the testbed CA ==== | ||
− | + | There is a cheap 'n easy (and entirely untrustworthy) CA installation on bleek:/srv/ca-testbed/ca/. | |
+ | Generating a new host cert is as easy as | ||
+ | cd /srv/ca-testbed/ca | ||
+ | ./gen-host-cert.sh test.testbed | ||
+ | |||
+ | You must enter the password for the CA key. The resulting certificate and key will be copied to | ||
+ | /var/local/hostkeys/pem/(hostname)/ | ||
+ | |||
+ | The testbed CA's files are distributed as rpm and deb package from http://bleek.nikhef.nl/extra. | ||
==== Automatic configuration of machines ==== | ==== Automatic configuration of machines ==== |