Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nseq(1openssl) [opensolaris man page]

nseq(1openssl)							      OpenSSL							    nseq(1openssl)

NAME
nseq - create or examine a netscape certificate sequence SYNOPSIS
openssl nseq [-in filename] [-out filename] [-toseq] DESCRIPTION
The nseq command takes a file containing a Netscape certificate sequence and prints out the certificates contained in it or takes a file of certificates and converts it into a Netscape certificate sequence. COMMAND OPTIONS
-in filename This specifies the input filename to read or standard input if this option is not specified. -out filename specifies the output filename or standard output by default. -toseq normally a Netscape certificate sequence will be input and the output is the certificates contained in it. With the -toseq option the situation is reversed: a Netscape certificate sequence is created from a file of certificates. EXAMPLES
Output the certificates in a Netscape certificate sequence openssl nseq -in nseq.pem -out certs.pem Create a Netscape certificate sequence openssl nseq -in certs.pem -toseq -out nseq.pem NOTES
The PEM encoded form uses the same headers and footers as a certificate: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- A Netscape certificate sequence is a Netscape specific form that can be sent to browsers as an alternative to the standard PKCS#7 format when several certificates are sent to the browser: for example during certificate enrollment. It is used by Netscape certificate server for example. BUGS
This program needs a few more options: like allowing DER or PEM input and output files and allowing multiple certificate files to be used. OpenSSL-0.9.8 Oct 11 2005 nseq(1openssl)

Check Out this Related Man Page

NSEQ(1) 							      OpenSSL								   NSEQ(1)

NAME
nseq - create or examine a netscape certificate sequence LIBRARY
libcrypto, -lcrypto SYNOPSIS
openssl nseq [-in filename] [-out filename] [-toseq] DESCRIPTION
The nseq command takes a file containing a Netscape certificate sequence and prints out the certificates contained in it or takes a file of certificates and converts it into a Netscape certificate sequence. COMMAND OPTIONS
-in filename This specifies the input filename to read or standard input if this option is not specified. -out filename specifies the output filename or standard output by default. -toseq normally a Netscape certificate sequence will be input and the output is the certificates contained in it. With the -toseq option the situation is reversed: a Netscape certificate sequence is created from a file of certificates. EXAMPLES
Output the certificates in a Netscape certificate sequence openssl nseq -in nseq.pem -out certs.pem Create a Netscape certificate sequence openssl nseq -in certs.pem -toseq -out nseq.pem NOTES
The PEM encoded form uses the same headers and footers as a certificate: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- A Netscape certificate sequence is a Netscape specific form that can be sent to browsers as an alternative to the standard PKCS#7 format when several certificates are sent to the browser: for example during certificate enrollment. It is used by Netscape certificate server for example. BUGS
This program needs a few more options: like allowing DER or PEM input and output files and allowing multiple certificate files to be used. 1.0.1i 2009-07-20 NSEQ(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Netscape question

I need to load Netscape on my UNIX workstation. It is an old Pyramid workstation. I have an Netscape exe zipped file on my NT laptop but I don't have gzip on my workstation to unzip it with. I can ftp the file to the workstation, but I have no way to open it. My question is what utility is... (3 Replies)
Discussion started by: Kelam_Magnus
3 Replies

2. UNIX for Dummies Questions & Answers

Unix, Netscape and Localhost

I have configured local host (127.0.0.1) in the hosts file, and the Apache conf file. Why does Netscape take me to a search page when I attempt to go to Http://localhost ?? (4 Replies)
Discussion started by: scruffeone
4 Replies

3. HP-UX

Netscape Installation for HPUX-11

Hello..... I installed netscape 4.0 for HPUX-11 but i don`t know to configure that , Maybe samone know how i can gate the procedure to installing NETSCAPE for HPUX-11 for user or server. Thank you in advance !!!! (3 Replies)
Discussion started by: yanly
3 Replies

4. UNIX for Dummies Questions & Answers

Cant get Netscape to work...

when i try to open Netscape I get this: Xlib: connection to "hpbox:0.0" refused by server Xlib: Client is not Authorized to connect to server Error: Can't open display: hpbox:0.0 Error Couldn't find per display information *Note: I'm sharing a internet connection with my xp machine. Not... (2 Replies)
Discussion started by: Eric_Bakken
2 Replies

5. HP-UX

Netscape Wont work...

Cant Get Netscape to work... I get this messsage: Perhaps there is a problem with your name server? if your site must use a non-root name server, you will need to set the $SOCKS_NS environment variable to point at the appropreate name server. It may (or may not) be necessary to set this... (2 Replies)
Discussion started by: Eric_Bakken
2 Replies

6. UNIX for Dummies Questions & Answers

Netscape and Patching question

Hey guys, I was able to get my NIC running and set it to DHCP... I can ping it....SSH....and Telnet to my Solaris 9 machine. But when im on the machine I can't get Netscape or the automatic patching software to connect. Is there some DNS things i need to set or something im a little stumped. ... (6 Replies)
Discussion started by: kingdbag
6 Replies

7. UNIX for Advanced & Expert Users

Apache restrict access with certificates

Hello! Does anyone know if it's possible to restrict access to apache webserver with certificates? What I want is that if a user has a certificate in his browser then he get's access, if not show error or another page. I would be very happy if someone knew! /D (2 Replies)
Discussion started by: Esaia
2 Replies

8. HP-UX

Certificate Expiry Dates

Hi, we are having the installed cerificates in our unix server's. The certificates are in following format : cacert.pem,cert8.db,ois294.sem,CertGenCAKey.der,ss_keystore.jks So i want to know the Expiry date for these certificates. how to get the valid FROM to TO dates for these kind of... (1 Reply)
Discussion started by: srujana
1 Replies

9. Web Development

How to check the Version of Netscape web server

Hello All, I would like to find/check the Netscape webserver version installed in my solaris unix box. Where to check the info and how i will do that . I know that Netscape webserver is installed and running but not sure which version Any idea ? (2 Replies)
Discussion started by: jambesh
2 Replies

10. UNIX for Advanced & Expert Users

Curl Command to download remote certificate

Hi, I have Apache running with the certificates installed. I need a "unix curl" command to download and display remote server certificate. Kindly help. Note: Apache has ""SSLVerifyClient require" set in its configuration. (3 Replies)
Discussion started by: mohtashims
3 Replies

11. Shell Programming and Scripting

Sorting file based on name

Hi team, We have few files landing to our server based on sequence number. These files have to be processed in the sequence number order. Once the sequence number has reached its maximum, the files with sequence number 0000 has to be processed. For example: IN9997 IN9998 IN9999 IN0000... (7 Replies)
Discussion started by: anijan
7 Replies

12. UNIX for Dummies Questions & Answers

Netscape question

What command would you use to terminate all running instances of netscape-communicator owned by you on your system? (2 Replies)
Discussion started by: jdubya
2 Replies

13. Shell Programming and Scripting

Move part of a sequence

Hi there, How I can do to move part of a sequence of files? For example: I have this sequence file.00001.jpg file.00002.jpg file.00003.jpg .... file.05000.jpg and I want to move the file file.00200.jpg to file.00010.jpg. Thanks, (6 Replies)
Discussion started by: inaki
6 Replies

14. UNIX for Dummies Questions & Answers

Cannot run git nor brew: 'SSL: can't load CA certificate file ~/Documents/Certificates.pem'

Hello All, 0. Firstly, I am not very Unix savvy. For instance, I don't know what the purpose of certificates are, and I don't know if this is the right forum for this question. 1. The problem: I can't use homebrew or use git. Running git pull, for instance, gives the following error: ... (2 Replies)
Discussion started by: isaac_caswell
2 Replies

15. Shell Programming and Scripting

Grep from a certificate

I can view the openSSL certifcate with this command openssl x509 -text -in myCertificate.pem I just wanted to see when the cert will expire only. The line which I want to read is, Not After : Jul 28 14:09:57 2015 GMT I tried using the grep command but it doesn't display anything. grep... (1 Reply)
Discussion started by: Loc
1 Replies