Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

How to manually create a CSR (certificate signing request) from an IT Advisor server

ITA advanced use

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT Help Center
  • EcoStruxure IT Help Center Categories
  • IT Advisor
  • ITA advanced use
  • How to manually create a CSR (certificate signing request) from an IT Advisor server
Options
  • Subscribe to RSS Feed
  • Mark as New
  • Mark as Read
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
Invite a Co-worker
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 Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close

Related Forums

  • EcoStruxure IT forum

  • APC UPS Data Center & Enterprise Solutions Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

EcoStruxure IT Support

Submit a support request for additional assistance with EcoStruxure IT software.

Request Support
Back to ITA advanced use
Options
  • Subscribe to RSS Feed
  • Mark as New
  • Mark as Read
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
0 Likes
2092 Views

Link copied. Please paste this link to share this article on your social media post.

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

How to manually create a CSR (certificate signing request) from an IT Advisor server

Picard EcoStruxureIT
‎2020-12-17 04:23 AM

 

DCO and ITA servers are installed with a self-assigned SSL certificate.

To add your own SSL certificate, see Changing the SSL certificate on the ITA server. To complete that process, you must:

  • Create a certificate signing request (CSR) and a private key for the ITA server
  • Submit the CSR to a certificate authority (CA) to be signed
  • Add the signed certificate and private key to the ITA/DCO server

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.

  1. Log on to the DCO/ITA server via SSH or from the server’s console.

  2. Use sudo to become the root user. Type:

    sudo /bin/bash

  3. Change to root’s login folder, typically /root. Type:

    cd

  4. 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:

    DNS.1 = itahost1.mydomain.com
    DNS.2 = itahostprod.mydomain.com
    DNS.3 = itaprod.mydomain.com

  5. Save the changes to the file.

  6. 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.

    openssl req -sha256 -out myCSR.csr -new -newkey rsa:2048 -nodes -keyout myPrivateKey.key -config ssl.conf

    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.

Follow the instructions in Changing the SSL certificate on the ITA server

 

Last updated July 30, 2020

Was this article helpful? Yes No
No ratings

Link copied. Please paste this link to share this article on your social media post.

Didn't find what you are looking for? Ask our Experts
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of