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
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.
0.9.7d 2002-04-30 NSEQ(1)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)