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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
OpenSSL /
Config /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-i.ri
834
B
-rw-r--r--
2026-04-07 16:51
cdesc-Config.ri
1.22
KB
-rw-r--r--
2026-04-07 16:51
each-i.ri
527
B
-rw-r--r--
2026-04-07 16:51
get_value-i.ri
883
B
-rw-r--r--
2026-04-07 16:51
initialize_copy-i.ri
267
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
419
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
750
B
-rw-r--r--
2026-04-07 16:51
parse-c.ri
406
B
-rw-r--r--
2026-04-07 16:51
parse_config-c.ri
430
B
-rw-r--r--
2026-04-07 16:51
sections-i.ri
389
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
1.04
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" to_s:ETI"OpenSSL::Config#to_s;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"9Gets the parsable form of the current configuration.;To:RDoc::Markup::BlankLine o; ; [I"9Given the following configuration file being loaded:;T@o:RDoc::Markup::Verbatim; [I".config = OpenSSL::Config.load('baz.cnf') ;TI"3 #=> #<OpenSSL::Config sections=["default"]> ;TI"puts config.to_s ;TI" #=> [ default ] ;TI" # foo=bar ;TI" # baz=buz ;T:@format0o; ; [I"IYou can 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