PlexConnect - Win7

Hey Guys,

 

I'm trying to PlexConnect for Apple TV3 and in so doing I have to install OpenSSL first by running some commands in the COMMAND PROMPT while running as administrator.  However whenever I do this is the result I'm getting.  Plesae tell me whats wrong with my command and how to fix it.  Any assistance really would be greatly appreciated:

 

C:\Windows\system32>C:\OpenSSL-Win64\bin\openssl.exe req -new -nod
:2048 -out C: railers.pem -
unknown option -
req [options] 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
 -newkey ec:file generate a new EC key, parameters taken from CA i
 -[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
 -set_serial    serial number to use for a certificate generated b
 -newhdr        output "NEW" in the header lines
 -asn1-kludge   Output the 'request' in a format that is wrong but
                have been reported as requiring
 -extensions .. specify certificate extension section (override va
file)
 -reqexts ..    specify request extension section (override value
)
 -utf8          input characters are UTF8 (default ASCII)
 -nameopt arg    - various certificate name options
 -reqopt arg    - various request text options


C:\Windows\system32>keyout C: railers.key -x509 -days 7300 -subj
lers.apple.com" -config
'keyout' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>C:\OpenSSL-Win64\bin\openssl.cfg

C:\Windows\system32>keyout C: railers.key -x509 -days 7300 -subj
lers.apple.com" -config


It's all one command "keyout" and "C:\OpenSSL-Win64\bin\openssl.cfg" arn't separate commands. Unfortunately the wiki does a poor job of showing this, and it looks like multiple commands :(
 
C:\OpenSSL-Win64\bin\openssl.exe req -new -nodes -newkey rsa:2048 -out C:	railers.pem -keyout C:	railers.key -x509 -days 7300 -subj "/C=US/CN=trailers.apple.com" -config C:\OpenSSL-Win64\bin\openssl.cfg
This all gets entered on to one line.... DON'T SPLIT IT.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.