During the test-user certificate generation, arcctl test-ca will automatically add the issued certificate subject to the testCA.allowed-subjects file, opening the job submission possiblity to the test-user transparently. the testCA.allowed-subjects can be found in your /etc/grid-security folder.

No other subject will be able to submit to your system before you change the authgroup settings in arc.conf, which you will do once you configure ARC for production use.

You can test submission from the host running A-REX or from any other machine by following the instructions below.

To generate a test certificate/key and install it to standard location inside a local user’s home directory, run:

[root@server]# arcctl test-ca usercert --install-user user01
User certificate and key are installed to default /home/user01/.globus location for user user01.

Note

Replace user01 with the actual username you want to submit jobs by. While it is technically possible to submit jobs as the root user, we strongly discourage that.

Note

When you set up your production ready service later on, you will remove the test-CA related files, and configure authentication following instructions in Authorization, Mapping and Queue selection rules.