cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling HTTPS From SUP to IOS

vivek_gaurav
Participant
0 Kudos

Hi All,

     I want to implement HTTPS authentication between SUP 2.2 SP04 and IOS 7.

     Can any one suggest the simple steps to implement certificate authentication.

     I had created self signed certificate files for testing via below 3 commands on SUP server:

1. keytool -genkey -alias cpm -keypass changeit -keyalg RSA -keysize 1024 -validity 3650 -keystore dcn.jks -storepass chageit

     

     dcn.jks file created............

2. keytool -importkeystore -destkeystore keystore.jks -deststorepass changeit -srckeystore dcn.jks -srckeypass changeit -alias cpm

     keystore.jks file created

3. keytool -keystore keystore.jks -storepass changeit -alias DCN -export -file C:\temp\dcn.crt

dcn.crt file created

now what is the next steps i need to do.

kindly advise

Regards

Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

nageshcaparthy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vivek,

The Security Guide of SUP 2.2 SP04 has it documented on -

Changing Installed Certificates Used for Unwired Server and Sybase Control

Center HTTPS Listeners. Page - 41.

You may use the link  http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01703.0222/doc/pdf/sup_security.pdf

Hope this helps.

Regards,

Nagesh

vivek_gaurav
Participant
0 Kudos

Hi Nagesh,

     Thanks for quick reply..

    

     I already following the same document.

     I had successfully imported certificate file in keystore . Also ,I had created security Authentication provider "CertificateAuthenticationLoginModule".

     But ,how IOS developer will access that certificate from SUP?

     Did he needs to mannually take that certificate and install in his system/iPAD or he need to import certificate using generated code method or from sybase specific path he need to import certificate.

     Kindly advise...

     Thanks

     Vivek

vivek_gaurav
Participant
0 Kudos

Hi All,

    I want to implement HTTPS between SUP and IOS ,only.Means not between Backend and SUP.

     For that which Security profile , i can create?

Kindly Advise...

Thanks

Vivek