Created
September 28, 2016 18:30
-
-
Save chetan/40ef788b2175e5876ebaf5935c957518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/upstart# cat supergiant-server.log | |
Generating RSA private key, 2048 bit long modulus | |
..+++ | |
.............................................................................+++ | |
unable to write 'random state' | |
e is 65537 (0x10001) | |
unknown option version="1.0" | |
req [options] <infile >outfile | |
where options are | |
-inform arg input format - DER or PEM | |
-outform arg output format - DER or PEM | |
-in arg input file | |
-out arg output file | |
-text text form of request | |
-pubkey output public key | |
-noout do not output REQ | |
-verify verify signature on REQ | |
-modulus RSA modulus | |
-nodes don't encrypt the output key | |
-engine e use engine e, possibly a hardware device | |
-subject output the request's subject | |
-passin private key password source | |
-key file use the private key contained in file | |
-keyform arg key file format | |
-keyout arg file to send the key to | |
-rand file:file:... | |
load the file (or the files in the directory) into | |
the random number generator | |
-newkey rsa:bits generate a new RSA key of 'bits' in size | |
-newkey dsa:file generate a new DSA key, parameters taken from CA in 'file' | |
-newkey ec:file generate a new EC key, parameters taken from CA in 'file' | |
-[digest] Digest to sign with (md5, sha1, md2, mdc2, md4) | |
-config file request template file. | |
-subj arg set or modify request subject | |
-multivalue-rdn enable support for multivalued RDNs | |
-new new request. | |
-batch do not ask anything during request generation | |
-x509 output a x509 structure instead of a cert. req. | |
-days number of days a certificate generated by -x509 is valid for. | |
-set_serial serial number to use for a certificate generated by -x509. | |
-newhdr output "NEW" in the header lines | |
-asn1-kludge Output the 'request' in a format that is wrong but some CA's | |
have been reported as requiring | |
-extensions .. specify certificate extension section (override value in config file) | |
-reqexts .. specify request extension section (override value in config file) | |
-utf8 input characters are UTF8 (default ASCII) | |
-nameopt arg - various certificate name options | |
-reqopt arg - various request text options | |
panic: invalid character '1' after object key:value pair | |
goroutine 1 [running]: | |
panic(0x82d0a0, 0xc420167960) | |
/home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/panic.go:500 +0x1a1 | |
main.main() | |
/home/travis/gopath/src/github.com/supergiant/supergiant/cmd/generate_admin_user/generate_admin_user.go:19 +0x33b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment