AIX 6.1 Self-Signed Cert Creation Issue


 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support AIX 6.1 Self-Signed Cert Creation Issue
# 1  
Old 02-22-2012
AIX 6.1 Self-Signed Cert Creation Issue

Hi,

I'm trying to get a self-signed cert created on AIX 6.1, and it's not cooperating. I run the following command: gsk7cmd -cert -create -db /bin/A_CACertsOnly.kdb -pw blahblah -label testing -dn cn=machinename -expire 1000 -ca true...and get this response:
The function is not supported for cryptographic tokens.

There are other switches for such things a cipher strength and more, but this command pukes on that too. Note that I also know the ikeyman command (java com.ibm.gsk.ikeyman.ikeycmd), and it's doing the same thing.

The command to create the key database, set password and stuff it in a stash file has already been successfully run. Funny thing is, I can create a certreq with these options plus the -size and -file options included, just not a cert. All I'm trying to do is create a self-signed cert and then use that to bind to a domain LDAP server for user authentication, i.e. make this a client of the LDAP domain. I've tried googling my way out, but not much info on this particular issue out there, other than someone else had it too and the forum he was in unfortunately didn't help him. Smilie

Thanks in advance for any assistance you may be able to provide.

**UPDATE**
I was able to get the files created using a mix of ikeyman and openssl commands. Now I just have to get the system to supply this cert for connections...is anyone familiar with this??

Thank you!

Last edited by tekster2; 02-22-2012 at 03:49 PM.. Reason: Resolved Some, Not All
# 2  
Old 02-22-2012
I recall making one in windows to get my macro containing template accepted quietly. Googling, I see I may have figured this out before. AIX may be using essentially the same code as open_ssl (price is right!):
How to create a self-signed Certificate

www.akadia.com/services/ssh_test_certificate.html
The openssl toolkit is used to generate an RSA Private Key and CSR (Certificate Signing Request). It can also be used to generate self-signed certificates which ...

You've visited this page 2 times. Last visit: 5/31/11
This User Gave Thanks to DGPickett For This Post:
# 3  
Old 02-22-2012
That sounds promising. I can already tell I'm going to want to re-run thru the entire process to make it easier to replicate. I'll go through this as well as ldap client config settings from IBM library first and let ya know.

Thanks for the info!!
# 4  
Old 02-24-2012
It should not be that hard, and then the chain of trust ends at you. It's nice to make one for an org, tied to a trustworthy user and host in the local domain. It might not inspire trust outside, but that is no problem on the intranet.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File system creation script on AIX 6.1 using while loop

#!/bin/sh echo "VG: " read VG echo "LP: " read LP echo "SAP: " read SAP echo "NUM: " read NUM echo "SID: " read SID while ]; read VG LP SAP NUM SID ; do mklv -y $SAP$NUM -t jfs2 -e x $VG $LP; crfs -v jfs2 -d /dev/$SAP$NUM -m /oracle/$SID/$SAP$NUM ... (14 Replies)
Discussion started by: arorap
14 Replies

2. UNIX for Dummies Questions & Answers

Query: How to install commercial cert into AIX and use it for FTPS connection

Hi Techies, I wish to check with everyone here something regarding Configuration of FTPS Server in AIX using Commercial Digital Cert instead of Sel Sign Cert. I'm working as system integration designer and I'm currently working on a interface which involves integration btw two systems using... (6 Replies)
Discussion started by: mkmuraly
6 Replies

3. Solaris

Issue with log creation

Hi, some logs are not getting created under the required folder, which was working fine when i saw last time(15days back). Thought may be some issue with syslog deamon and did lot of R&D. Still not able to fix the bug.:wall: Is there any one to help me out ? Quick response will be appreciated.... (6 Replies)
Discussion started by: Sricharan21
6 Replies

4. UNIX for Advanced & Expert Users

"Signed Linux" - Only executing signed programs

Hey folks, not sure whether this or the security board is the right forum. If I failed, please move :) So here's the problem: I need to build a Linux environment in which only "signed" processes are allowed to run. When I say signed I don't mean a VeriSign signature like you know it from... (5 Replies)
Discussion started by: disaster
5 Replies

5. AIX

AIX Bunch of printers queue creation script - HELP

I'd seek for help on how to create a bunch of printers in AIX 6.x or equal or above in one go – say like I have 35 printers to create in 4 different AIX Nodes every month – I currently create it manually like below:- How can I automatic this creation on all the 4-5 Nodes – not actually automatic... (3 Replies)
Discussion started by: shiv2001in
3 Replies

6. Solaris

core file creation issue

Hi, There are servers SERVER1 and SERVER2. Both have Sun Solaris 5.1 operating system . A binary file called "Runme" is running in SERVER1 without any issues. But same binary file " Runme" creates core file while exiting . Both operating systems have similar setups. What would be the reason for... (1 Reply)
Discussion started by: joe.mani
1 Replies

7. Solaris

Solaris 10 11/06 Zone creation issue

Hi, I am new to zone creations in solaris 10. When I try to create a zone with "set ip-type=exclusive" it gives the usage. OS == Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license... (17 Replies)
Discussion started by: niman
17 Replies

8. AIX

aix cert 223 need help.

Hi, a friend of mine passed there 223 last year and they gave me there testkiller document which was 65 questions, i am looking at doing my 223 exam and i have gone to testkiller recently and noticed there is an updated version which is now 383 questions. I did the ibm pre-exam and all the... (1 Reply)
Discussion started by: rorted
1 Replies

9. AIX

pid number creation rules on aix

Hello, On a AIX 5.3.5.0 server, we have PID exceeding 999999. This cause some troubles in our programms. I would like to know the process creation rules on aix : - what is the maximum pid number ? - what is the wrap limit on aix, and where to find it, how to configure pid wrap limit ? -... (3 Replies)
Discussion started by: astjen
3 Replies

10. UNIX for Dummies Questions & Answers

Solaris 9 NIS user creation issue

Helloo to all... what is the correct way to assign a password to a new NIS user on a NIS master server? When I the following: useradd -s /bin/bash -d /export/home/username -m username The user get created fine but when I try to assign a password I get: #passwd username... (0 Replies)
Discussion started by: GLJ@USC
0 Replies
Login or Register to Ask a Question