Update gogetssl_sample.php

master
Vladislavs Dovoreckis 2021-08-12 18:37:17 +03:00 committed by GitHub
parent 8a60b54bf7
commit 6b6577dc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -33,25 +33,25 @@ $data = [
'csr' => $csr, 'csr' => $csr,
'server_count' => "-1", 'server_count' => "-1",
'period' => 3, 'period' => 3,
'approver_email' => "admin@test.itriga.lv", 'approver_email' => "admin@domain.tld",
'webserver_type' => "1", 'webserver_type' => "1",
'admin_firstname' => "Aleksander", 'admin_firstname' => "John",
'admin_lastname' => "Andrijenko", 'admin_lastname' => "Silver",
'admin_phone' => "0037128216269", 'admin_phone' => "003719999999",
'admin_title' => "Mr", 'admin_title' => "Mr",
'admin_email' => "admin@test.itriga.lv", 'admin_email' => "webmaster@domain.tld",
'tech_firstname' => "Aleksander", 'tech_firstname' => "John",
'tech_lastname' => "Andrijenko", 'tech_lastname' => "Silver",
'tech_phone' => "0037128216269", 'tech_phone' => "003719999999",
'tech_title' => "Mr", 'tech_title' => "Mr",
'tech_email' => "admin@test.itriga.lv", 'tech_email' => "webmaster@domain.tld",
//'dns_names' => "domain.lv,domain2.lv,domani3.lv", //'dns_names' => "domain.tld,domain2.tld,domani3.tld",
'org_name' => "AlexoMedia", 'org_name' => "Some Company",
'org_division' => "Hosting", 'org_division' => "Hosting",
'org_addressline1' => "Valdeku street 55", 'org_addressline1' => "Street 123",
'org_city' => "Riga", 'org_city' => "Riga",
'org_country' => "LV", 'org_country' => "LV",
'org_phone' => "37128216269", 'org_phone' => "3799999999",
'org_postalcode' => "LV-1056", 'org_postalcode' => "LV-1056",
'org_region' => "None", 'org_region' => "None",
'dcv_method' => "dns", 'dcv_method' => "dns",