certutil question


 
Thread Tools Search this Thread
Special Forums Cybersecurity certutil question
# 1  
Old 01-24-2011
certutil question

Hi All!

I need to create a 2048bit SSL CSR in SunOne Webserver.
I know what I need to do, but I was wondering if anyone knew the equivalent of

Code:
keytool -list -v -keystore keystorename

for certutil?

I found the following but it doesn't show me the subject info (O,OU,C,etc) which you could see with the above keytool command
Code:
certutil -L -d certsdir -P prefix

I'm fairly new to certutil and I will of course keep trying but I was hoping anyone had any ideas to display the cert info

Thanks everyone!
I will keep you all posted!
# 2  
Old 01-26-2011
I figured it out!

Smilie

Code:
certutil -L -d certdir -n certname -P prefix

Thanks anyways!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Where should I ask my question?

Hello, all I found you folks by doing searches on linux bash scripting From time-to-time I'm hoping to get help from the experts here. I'm technically competent enough with Windows to run my own Tech-Support business, but I am fairly lightwieght in Linux. Over the last 3-4 years I've... (3 Replies)
Discussion started by: Tovian
3 Replies

2. Linux

Certutil Installable

Hi Guys, Good Day! I need to install "certutil" on my Linux machine. Can someone please let me know where can I get its installable/package. Thanks, Chandan Singh (5 Replies)
Discussion started by: singh.chandan18
5 Replies

3. UNIX for Dummies Questions & Answers

Vi Question

Hi Guys I have a quick question I have a file that is approx 1.5 million lines long of which most of the lines start with INFO: some info INFO: some more info INFO: etc I want to remove these lines I was thinking along the lines of :%s/INFO*//g but this does not work None... (6 Replies)
Discussion started by: grahambo2005
6 Replies

4. AIX

OS Question

What AIX version I need to run a software in a R6000 model 6015/6020 in a IBM P5??? Im implementing a Hot SIte. Is this possible or I need identical systems hardware and software? (1 Reply)
Discussion started by: IBravo
1 Replies

5. UNIX for Dummies Questions & Answers

got a question

on of the question that I have is that in class . We were asked this question **What command would you use to list the last modification time of all files in /tmp whose filenames end in exactly two digits? I know that we need to to ls /tmp/ ??.... but I did not know how to find that last... (2 Replies)
Discussion started by: xzyan
2 Replies

6. UNIX for Dummies Questions & Answers

one more question

I completely forgot this I am thinking of getting the book UNIX for dummies as a help to understand this class. Does anyone out there have this book? Is it helpful? (1 Reply)
Discussion started by: cinnamonbear
1 Replies

7. UNIX for Dummies Questions & Answers

question?

Is there any way to use sed and count the number of alphabetic characters in a sentence? (4 Replies)
Discussion started by: brentdeback
4 Replies

8. UNIX for Dummies Questions & Answers

X Question

Hello, I've posted this in an X group, but I thought one of you might be able to help. I'm a novice programmer and I'm trying to write an X program in which pressing a button will launch another program. I know the syntax is something like "(Widget) -command {exec /usr/X11R6/bin/xcalc &}"... (5 Replies)
Discussion started by: af6
5 Replies

9. Programming

Yet Another Question

Now that I have getch() to work, I have yet another problem. BTW, thank you for answering these questions, I do ask a lot, only because I am eager to know, what is a board used for anyways :) Ok, he's the problem... #include iostream.h #include conio.h int main() { char movement; ... (2 Replies)
Discussion started by: mbolthouse
2 Replies
Login or Register to Ask a Question