This tool is used for several ATNA-profile-related functions :
- Generate digital certificates for Pre-projectathon & Projectathon testing
- Complete your ATNA Questionnaire, including TLS testing and audit message validation
- Send audit records to the Syslog Collector
- Test your TLS implementation
DIGITAL CERTIFICATES
Instructions for using this tool to obtain a digital certificate for Projectathon testing are found in test 11100. The CA certificate is available here. Please, add it to your truststore in order to be able to test
with other Projectathon participants and Gazelle TLS simulators.
ATNA QUESTIONNAIRE
ATNA Questionnaires for Projectathon test systems are created using menu AuditTrail > ATNA Questionnaires. Find
instructions in test 11106.
ATNA SYSLOG AUDIT MESSAGE VALIDATION
Find instructions in test 11116.
SYSLOG COLLECTOR
Simulates an ATNA Audit Record Repository to receive audit records. Not intended for high volume testing!! Find instructions in test 11117.
TLS IMPLEMENTATION TESTING
For pre-Projectathon testing, this is test 11109.
SERVER TLS SIMULATORS
To check your SUT as a consumer/client, the tool will act as a server. You may connect to those TLS simulators
: https://gazelle.racsel.org/gss/server/listServers.seam
Example :
You can test accessing the DICOM server simulator using the following command from dcmtk
echoscu -debug -aec RAD_OF -rc -pem +pw password +cf 2656.pem +tls client.key client.pem gazelle-tools.ihe-europe.net 10006
From version 3.6.4 of dcmtk, the command should be
echoscu -tls -ll debug -aec RAD_OF -rc -pem +pw password +cf 2656.pem +tls client.key client.pem gazelle-tools.ihe-europe.net 10006
CLIENT TLS SIMULATORS
To check your SUT as a provider/server, the simulator will act as a client. To test with those simulators: https://gazelle.racsel.org/gss/client/listClients.seam You must be logged to start a connection.