Symantec Access Management

  • 1.  How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 27, 2017 07:29 AM

    Hi All,

     

    How to prepare self-signed certificate in CA Accessgateway... Any documents? 

    I was going through some links and tried to use openssl available in sps installation. but getting some errors .. So, checking with you all to follow a right steps. 

     

    Thanks,

    Raam



  • 2.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 27, 2017 07:39 AM

    Getting this WARNING: can't open config file: /work/bin/ssl/openssl.cnf



  • 3.  Re: How to prepare self-signed certificate in CA Accessgateway

    Broadcom Employee
    Posted Apr 27, 2017 07:54 AM

    Hi Raam 

     

    The option -config is needed to point to where the openssl.cnf file is : 

     

    You will have other parameters but with : 
         ./openssl -config /work/bin/ssl/openssl.cnf 

     

    You cant do a self signed cert via the proxyui, but the manual does have steps to generate and use a self signed cert.   

     

    openssl req -new -x509 -key server.key -out server.crt -days 365 -config /work/bin/ssl/openssl.cnf 

     

    Configuring SSL on Apache Web Server Manually - CA Single Sign-On - 12.52 SP1 - CA Technologies Documentation 

     

     

    Cheers - Mark

    ----
    Mark O'Donohue
    Snr Principal Support Engineer - Global Customer Success



  • 4.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 28, 2017 01:38 AM

    Thanks Mark.. 



  • 5.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 28, 2017 03:22 AM

    Guru.. I am trying to enable SSL on SPS to protect the web services methods. Any doc which explains all the required steps starts from Enable SSL in SPS and protect web services. One doubt  is the Tomcat is serving all the fed and web services requests. Do we need to enable SSL over there as well? Let me know if I need to open a new thread for this.. 



  • 6.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted May 02, 2017 09:56 AM


  • 7.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted May 02, 2017 10:08 AM

    Hi Raam,

     

    Request you to open a new thread for your current query.

     

    Regards,

    Leo Joseph.



  • 8.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted May 02, 2017 11:44 AM


  • 9.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 27, 2017 08:02 AM

    Hi Raam,

     

    Check this document How to setup SSL for SPS via GUI 

     

    Regards,

    Leo Joseph.



  • 10.  Re: How to prepare self-signed certificate in CA Accessgateway

    Posted Apr 28, 2017 01:39 AM

    Thanks Leo.. Do we have any steps without using GUI? 



  • 11.  Re: How to prepare self-signed certificate in CA Accessgateway
    Best Answer

    Posted Apr 28, 2017 02:57 AM