Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Create a certificate signing request (CSR) and a private key for the ITA server
While most IT staffs have tools to create a CSR for a DCO/ITA server, it is possible to manually create the CSR from the DCO/ITA server operating system.
Log on to the DCO/ITA server via SSH or from the server’s console.
Use sudo to become the root user. Type:
sudo /bin/bash
Change to root’s login folder, typically /root. Type:
cd
Create a ssl configuration file.
This is a temporary file that will be used to define the “subject alternate name” portion of the CSR request. The subject alternate name section is important, especially if your DCO/ITA server hostname can be resolved as several hostnames.
Use a tool like vi to create a file called ssl.conf and paste the following lines into the file. You will not normally need to change any of the below text except for the last line.
[ req ] default_bits = 2048 distinguished_name = req_distinguished_name req_extensions = req_ext [ req_distinguished_name ] countryName = Country Name (2 letter code) stateOrProvinceName = State or Province Name (full name) localityName = Locality Name (eg, city) organizationName = Organization Name (eg, company) commonName = Common Name (e.g. server FQDN or YOUR name) [ req_ext ] subjectAltName = @Anonymous user_names [alt_names] DNS.1 = <DNS name 1>
Use the bottom line to specify Subject Alternate Name information for the certificate.
You can customize the “DNS.x = <DNS name>” entries where the “x” represents the entry number and the “<DNS name>” portion represents other hostnames that this certificate will also satisfy.
If your ITA server resolves with multiple hostnames, you create a line for each one. If you have three entries, for example, it might look like this:
Use the “openssl” command to create the CSR and private key files. This command will create two files in your current directory. One will be called myCSR.csr which contains the certificate signing request. The second file will be called myPrivateKey.key which is the private key file for the DCO/ITA server.
The openssl command will ask you several questions including your country code, state, and other information. This information is included in the CSR request
Submit the CSR to a certificate authority (CA) to be signed
Download and forward the myCSR.csr file to your certificate authority so it can be signed. You can also download the myPrivateKey.key file; it will be uploaded later to Webmin along with the signed certificate file.
The signed certificate you receive must be in the Apache 2.x/PEM format to upload to DCO/ITA.
Add the signed certificate and private key to the ITA/DCO server
You should have a *.crt signed certificate. The myPrivateKey.key file you created earlier is the *.key file you will upload to the DCO/ITA server via Webmin.