Installing SSL certificate on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Installing SSL certificate on AIX
# 1  
Old 10-23-2009
Tools Installing SSL certificate on AIX

Hello,

I am new in UNIX, and some one asks me to install SSL certificates to allow exchange with an external system.

Can someone tell how to install certificate (ex : verisignxxx.cer) on a UNIX server?

Many thanks.

Tibo
# 2  
Old 10-23-2009
Moved to AIX subforum.

You can use gsk7cmd to store/handle certificates.
There is also ikeyman from the Java SDK:
Code:
root@litterbox:/> lslpp -w `which ikeyman`
  File                                        Fileset               Type
  ----------------------------------------------------------------------------
  /usr/java5_64/jre/bin/ikeyman               Java5_64.sdk          File

I used gsk7cmd it to handle SSL in conjunction with LDAP taken from this Redbook:
IBM Redbooks | Integrating AIX into Heterogeneous LDAP Environments

Checkout the topic about SSL in it maybe.
gsk packages are:

Code:
  gsksa.rte                  7.0.3.3  COMMITTED  AIX Certificate and SSL Base
  gskta.rte                  7.0.3.3  COMMITTED  AIX Certificate and SSL Base

# 3  
Old 10-23-2009
Thanks zaxxon,

Smilie
I tried several syntax for example

gsk7cmd -cert -add -file verisignC3CCCA.cer
the system replied

A database/file name must be supplied on the command line or in a properties file.

do you have an example of sample? the db is called QE3.

Thanks

Tibo
# 4  
Old 10-23-2009
As I said you should have a look into the SSL part of the Redbook I linked. Basically you have to create a SSL keystore/DB 1st, then you import your certificates etc.

---------- Post updated at 02:46 PM ---------- Previous update was at 02:38 PM ----------

Ah misread - your command seems incomplete. I only know it by that way that you tell the command the path to your SSL keystore/DB and usually have to supply a password to access it.
But that's also in the Redbook ^^
# 5  
Old 10-23-2009
MySQL

OK, that works fine with the example in the red book.

Thanks.

Tibo
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

CronJobs issues after SSL certificate

Hello! I had a cron job running on my website, activating a php script every friday. The Php script just activated another photo to add in the gallery. It worked fine until I got an SSL certificate for my website, then everything broke. This was the command before: lynx -source... (0 Replies)
Discussion started by: AGDesign
0 Replies

2. Cybersecurity

SSL Certificate Stores

Hey everyone, I'm trying to get a lay of the land for OS and Application Certificate Stores. Can someone confirm that I have this concept right? If the application you're using say Firefox has it's own trusted CA store, it uses that exclusively. So if you're running firefox in Windows, Firefox... (4 Replies)
Discussion started by: Lost in Cyberia
4 Replies

3. Red Hat

SSL Certificate Renewal on Tomcat

Hi, I want to renew the ssl certificate for one of my application on tomcat without down time. I want to know what would the possible impacts for the users who currently have sessions to the app. Regards, Arumon (1 Reply)
Discussion started by: arumon
1 Replies

4. AIX

Installing Open SSL on AIX 6.1

Hello, I want to install openssl-1.0.1c-1.aix5.1.ppc.rpm on IBM AIX 6.1 server machine and when I try to install the same as : rpm -ivh openssl-1.0.1c-1.aix5.1.ppc.rpmI get the error saying that it needs the following dependencies : error: failed dependencies: ... (2 Replies)
Discussion started by: gaugeta
2 Replies

5. Web Development

export SSL certificate

we are doing TCP for our systems. I have a working SSL certificate on prodction webserver. Im planning to export it to our DR server for TCP purposes. However when I export based on the procedure below, it doesn't work. When I restart the DR webserver, it still says the certifcate is expired.Any... (1 Reply)
Discussion started by: lhareigh890
1 Replies

6. Cybersecurity

SSL certificate

Hi guys. I have some questions about ssl certificates. I looked at SSL providers and saw that they are providing 2 types of certificates: per server or per domain. my server host name is: srv1.example.com I have a smtp, imap, web server on this box. but all services accessed by different... (1 Reply)
Discussion started by: majid.merkava
1 Replies

7. Web Development

SSL certificate

Dear All Anyone know how to issue two different certification on apache virtualhost fyi i have one virtualhost eg 69.192.1.25:443 already signed with verisign how can i configure another virtualhost 69.192.1.25:443 which signing with another certificate which self signing. i search net not... (1 Reply)
Discussion started by: netxus
1 Replies

8. Web Development

SSL Certificate Installation problem

Hello everybody Hope somebody can help me I'm trying to install SSL Certificate on Apache/mod_ssl on Linux with Zend for Oracle. I bought and downloaded certificate from certificate from Network Solutions. Than I followed the instructions to the dot. I created a directory for certificate... (2 Replies)
Discussion started by: Trusevich
2 Replies

9. UNIX for Advanced & Expert Users

Installing an SSL certificate in Blue Quartz

My current SSL certificate is about to expire in a couple days so I got a new one via Godaddy and need to install the new one. My server is running Centos 4.x with Blue quartz as the backend. Now BQ does have an SSL import option via the GUI but I'm not sure what route to take to import the... (1 Reply)
Discussion started by: mcraul
1 Replies
Login or Register to Ask a Question