Windows PowerShell command on Get-command genrsa
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man genrsa

OpenSSL GENRSA(1openssl) NNNNAAAAMMMMEEEE

genrsa - generate an RSA private key

SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS

ooooppppeeeennnnssssssssllll ggggeeeennnnrrrrssssaaaa [---ooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee] [---pppaaaassssssssoooouuuutttt aaaarrrrgggg] [---dddeeeessss] [---dddeeeessss3333]

[---iiiddddeeeeaaaa] [---fff4444] [----3333] [---rrraaaannnndddd ffffiiiilllleeee((((ssss))))] [---eeennnnggggiiiinnnneeee iiiidddd] [nnnnuuuummmmbbbbiiiittttssss]

DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN The ggggeeeennnnrrrrssssaaaa command generates an RSA private key. OOOOPPPPTTTTIIIIOOOONNNNSSSS

-oooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee

the output filename. If this argument is not specified then standard output is used.

-ppppaaaassssssssoooouuuutttt aaaarrrrgggg

the output file password source. For more information about the format of aaaarrrrgggg see the PPPPAAAASSSSSSSS PPPPHHHHRRRRAAAASSSSEEEE AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS section in openssl(1).

-ddddeeeessss||||-ddddeeeessss3333||||-iiiiddddeeeeaaaa

These options encrypt the private key with the DES, triple DES, or the IDEA ciphers respectively before outputting it. If none of these options is specified no encryption is used. If encryption is used a pass phrase

is prompted for if it is not supplied via the ---pppaaaassssssssoooouuuutttt

argument.

-FFFF4444||||-3333

the public exponent to use, either 65537 or 3. The default is 65537.

-rrrraaaannnndddd ffffiiiilllleeee((((ssss))))

a file or files containing random data used to seed the random number generator, or an EGD socket (see

RAND_egd(3)). Multiple files can be specified separated

by a OS-dependent character. The separator is ;;;; for

MS-Windows, ,,,, for OpenVMS, and :::: for all others.

-eeeennnnggggiiiinnnneeee iiiidddd

specifying an engine (by it's unique iiiidddd string) will cause rrrreeeeqqqq to attempt to obtain a functional reference to the specified engine, thus initialising it if needed. The engine will then be set as the default for all available algorithms. nnnnuuuummmmbbbbiiiittttssss the size of the private key to generate in bits. This must be the last option specified. The default is 512. NNNNOOOOTTTTEEEESSSS RSA private key generation essentially involves the

30/Jan/2003 Last change: 0.9.8o 1 OpenSSL GENRSA(1openssl) generation of two prime numbers. When generating a private key various symbols will be output to indicate the progress of the generation. A .... represents each number which has passed an initial sieve test, ++++ means a number has passed a

single round of the Miller-Rabin primality test. A newline

means that the number has passed all the prime tests (the actual number depends on the key size). Because key generation is a random process the time taken to generate a key may vary somewhat. BBBBUUUUGGGGSSSS A quirk of the prime generation algorithm is that it cannot generate small primes. Therefore the number of bits should not be less that 64. For typical private keys this will not matter because for security reasons they will be much larger (typically 1024 bits). SSSSEEEEEEEE AAAALLLLSSSSOOOO gendsa(1)

30/Jan/2003 Last change: 0.9.8o 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™