Controllerless Networks

 View Only
last person joined: yesterday 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

remind me the order you concatenate files to import a server cert into instant

This thread has been viewed 24 times
  • 1.  remind me the order you concatenate files to import a server cert into instant

    Posted Jun 09, 2022 03:26 AM
    Need to udate the  web server cert used in my  Instant network (8.10.0)

    Can someone remond me of the order i need to concatenate the files


    is it

    cp new_server_cert outputfile.txt
    cat new_server_key >>outputfile.txt
    cat ca_chain >> outputfile.txt

    A


  • 2.  RE: remind me the order you concatenate files to import a server cert into instant

    EMPLOYEE
    Posted Jun 09, 2022 07:49 AM
    Looks like last time I did this I used this order:

    <certificate>
    <key>
    <ca-bundle>


  • 3.  RE: remind me the order you concatenate files to import a server cert into instant

    Posted Jun 10, 2022 09:35 AM
    Hi, normaly it would be:

    <certificate>
    <key>
    <ca-bundle>

    but I did it a few weeks ago and it was only cert and key without the ca-bundle

    <certificate>
    <key>


  • 4.  RE: remind me the order you concatenate files to import a server cert into instant

    EMPLOYEE
    Posted Jun 10, 2022 09:50 AM
    The AP/controller will accept a certificate file without the ca-bundle included. However you may experience issues on some clients that don't have the correct trust chain installed. Including the ca-bundle usually overcomes this unless the root is not trusted by the client at all.

    This is more problematic when using the certificate for secure captive-portal.


  • 5.  RE: remind me the order you concatenate files to import a server cert into instant

    MVP GURU
    Posted Jun 10, 2022 09:48 AM
    Creating a .pem with the Private Key and Entire Trust Chain

    1.     Open a text editor (such as wordpad) and paste the entire body of each certificate into one text file in the following order:
    1.     Purchase and generate the certificate
    2.     The Private Key – Controller-key.key
    3.     The Primary Certificate – securelogin.<domain>.crt
    4.     The Intermediate Certificate - IntermediateCA.crt
    5.     The Root Certificate - TrustedRoot.crt
    Make sure to include the beginning and end tags on each certificate. The result should look like this:

    -----BEGIN RSA PRIVATE KEY-----
    (Your Private Key: Controller-key.key)
    -----END RSA PRIVATE KEY-----
    -----BEGIN CERTIFICATE-----
    (Your Primary SSL certificate: securelogin.<domain>.crt)
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    (Your Intermediate certificate: IntermediateCertCA.crt)
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    (Your Root certificate: TrustedRoot.crt)
    -----END CERTIFICATE-----

    Save the combined file as securelogin.<domain>.pem.

    The .pem file is now ready to use.


    ------------------------------
    Dustin Burns

    Lead Mobility Engineer @Worldcom Exchange, Inc.

    ACCX 1271| ACMX 509| ACSP | ACDA | MVP Guru 2022
    If my post was useful accept solution and/or give kudos
    ------------------------------



  • 6.  RE: remind me the order you concatenate files to import a server cert into instant

    Posted Jun 10, 2022 11:22 AM
    Many thanks Dusin

    o.k. so key first then cert then ca -bundle ending with root CA




  • 7.  RE: remind me the order you concatenate files to import a server cert into instant

    MVP GURU
    Posted Jun 10, 2022 01:07 PM
    Correct :)

    ------------------------------
    Dustin Burns

    Lead Mobility Engineer @Worldcom Exchange, Inc.

    ACCX 1271| ACMX 509| ACSP | ACDA | MVP Guru 2022
    If my post was useful accept solution and/or give kudos
    ------------------------------



  • 8.  RE: remind me the order you concatenate files to import a server cert into instant

    EMPLOYEE
    Posted Jul 21, 2022 09:10 AM
    In fact, I found the location of the key is not important. You can put it at the beginning or at the end.

    The root CA itself should not be included in the certificate bundle (but in practice doesn't hurt), because the root CA needs to be in the client device so no need to send it as it will be ignored anyway and not sending reduces the amount of data being sent. There is a lot of conflicting information on if you should include the root or not, but it's not needed and because of the reason before it is better not to.

    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------