How does SITA control access to the Shared Registry System (SRS)?

Access to the SRS is restricted by three mechanisms:

• Access control to the Production SRS is restricted by IP address filters.

• SSL encryption is required for the communication channels between the registrar's client system and the OT&E and production systems.

• Authentication by means of a username and password is required for session establishment.

The SRS requires the correct combination of the three mechanisms for each registrar before access is granted.

01/11/2011 - 21:35
How do I specify the IP addresses that can access the SRS?

The Registrar Data Form has a section where registrars may specify the IP subnets that will be accessing the Production SRS. If you wish to change the IP subnets after this form has been submitted, please follow the .aero IP Subnet Change Request process. The specified subnets must conform to the following rules:

• A maximum of three IP subnets.

• A maximum of 96 hosts between the three IP subnets.

• The ranges must be written in CIDR format (e.g., 192.168.1.0/27 where the "/27" represents the length of the subnet). We cannot accept any ranges below a /26 range (i.e., /25, /24, etc). CIDR format dictates the number of hosts within each range. The ranges are as follows:

• /26 = 64 hosts.

• /27 = 32 hosts.

• /28 = 16 hosts.

• /29 = 8 hosts.

• /30 = 4 hosts.

• /31 = 2 hosts.

• /32 = 1 host.

• Examples of valid subnets include:

• One subnet of 64 hosts (e.g., 192.168.1.0/26).

• One subnet of 64 hosts and one subnet of 32 hosts or less (e.g., subnet #1 as 192.168.2.0/26, which represents 64 addresses 192.168.2.0 to 192.168.2.63; and subnet #2 as 192.168.3.0/27, which represents 32 addresses 192.168.3.0 to 192.168.3.31).

• Three subnets of 32 hosts or less (e.g., subnet #1 as 192.168.2.0/27, which represents 32 addresses 192.168.2.0 to 192.168.2.31; subnet #2 as 192.168.3.0/27, which represents 32 addresses 192.168.3.0 to 192.168.3.31; and subnet #3 as 192.168.4.0/27, which represents 32 addresses 192.168.4.0 to 192.168.4.31).

• The specified subnets must fall on valid bit boundaries. For example, a subnet specified as 192.168.2.1/27 is not acceptable because ".1" is not a valid boundary for a /27 subnet. The following table defines the valid boundaries for each subnet length.

01/11/2011 - 21:39
What is a Secure Socket Layer (SSL) certificate?

A digital certificate is simply a statement digitally signed by an independent and trusted third party (the certificate authority). That statement usually follows a very specific format laid down in a standard called X.509; hence, they are sometimes referred to as X.509 certificates.

A certificate is required to establish an authenticated and encrypted communications channel between the registrar's server and .aero SRS.

01/11/2011 - 21:42
Where do I get an SSL certificate?

X.509 SSL certificates can be obtained from one of the accepted Certificate Authorities. Please make sure that the certificate you obtain is NOT an individual/personal certificate. The accepted Certificate Authorities are
Verisign
Thawte
Geotrust
Comodo
Entrust
Starfield - Details for Starfield follow -

Intermediate Certificate Details: Issuer: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2
Certification Authority
Validity
Not Before: Nov 16 01:15:40 2006 GMT
Not After : Nov 16 01:15:40 2026 GMT
Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., OU=http://certificates.starfieldtech.com/repo sitory, CN=Starfield Secure Certification Authority/serialNumber=10688435

Root Certificate Details:
Issuer: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2
Certification Authority
Validity
Not Before: Jun 29 17:39:16 2004 GMT
Not After : Jun 29 17:39:16 2034 GMT
Subject: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority

If you would like to use a Certificate Authority that is not on this list, please contact Tech Support.

05/23/2012 - 19:15
What is the requirement for the purpose of "SSL Client: Yes" for the SSL certificate I purchase?

This defines the purpose of the certificate and whether it can be used as client certificate. The following is a sample of an expected output from the command:

openssl x509 -in your_cert.filename -purpose

Certificate purposes:
SSL client : Yes
SSL client CA : No
SSL server : Yes
SSL server CA : No
Netscape SSL server : Yes
Netscape SSL server CA : No
S/MIME signing : No
S/MIME signing CA : No
S/MIME encryption : No
S/MIME encryption CA : No
CRL signing : Yes
CRL signing CA : No
Any Purpose : Yes
Any Purpose CA : Yes
OCSP helper : Yes
OCSP helper CA : No

Please ensure that the certificate you purchase has "YES" for SSL client. As noted, this certificate can be used for both server and client purposes.

01/11/2011 - 21:46
Which SSL toolkit should I use?

Registrars are responsible for obtaining an SSL toolkit that is compatible with the development language and platform of their client system. The minimum requirement is that it must support SSL version 3.

For C, C++ or Perl, OpenSSL is an open-source SSL solution.

For Java:

• Sun's Java Secure Socket Extension.

• SSLava from Phaos Technology. SSLava also is the toolkit used in the development of the SRS.

01/11/2011 - 21:47
Which cipher suites are accepted?

To establish an SSL connection to the SRS, the registrar's client system must choose a cipher suite supported by the SRS. The SRS supports the following ciphers:

• SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA

• SSL_DHE_DSS_WITH_DES_CBC_SHA

• SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA

• SSL_RSA_WITH_DES_CBC_SHA

• SSL_RSA_EXPORT_WITH_DES40_CBC_SHA

• SSL_RSA_WITH_3DES_EDE_CBC_SHA

• SSL_RSA_WITH_RC4_128_SHA

• SSL_RSA_WITH_RC4_128_MD5

• SSL_RSA_EXPORT_WITH_RC4_40_MD5

• SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA

• SSL_DHE_RSA_WITH_DES _CBC_SHA

• SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA

01/11/2011 - 21:49
When do I get the username/password for the Production SRS?
The username and password for the Production SRS is issued after you have successfully completed OT&E certification and all business requirements.
01/11/2011 - 21:52