Ascio Web Service v3
Class AutoInstallSslInfo
Property | Description |
---|---|
Handle | Example: "JD123" |
Status | |
Created | |
CommonName | Example: "ascio-test-domain.com" |
ProductCode | Example: "positivessl" |
Example: "administrator@ascio-test-domain.com" | |
SanCount | Example: 1 |
Token | |
ObjectComment | Example: "Example Object Comment" |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
AutoInstallSslInfo autoInstallSslInfo = new AutoInstallSslInfo();
autoInstallSslInfo.Handle = "JD123";
autoInstallSslInfo.HandleSpecified = true;
autoInstallSslInfo.Status = "StatusTest";
autoInstallSslInfo.StatusSpecified = true;
autoInstallSslInfo.Created = new \DateTime();
autoInstallSslInfo.CreatedSpecified = true;
autoInstallSslInfo.CommonName = "ascio-test-domain.com";
autoInstallSslInfo.CommonNameSpecified = true;
autoInstallSslInfo.ProductCode = "positivessl";
autoInstallSslInfo.ProductCodeSpecified = true;
autoInstallSslInfo.Email = "administrator@ascio-test-domain.com"
autoInstallSslInfo.SanCount = 1;
autoInstallSslInfo.SanCountSpecified = true;
autoInstallSslInfo.Token = "TokenTest";
autoInstallSslInfo.TokenSpecified = true;
autoInstallSslInfo.ObjectComment = "Example Object Comment";
autoInstallSslInfo.ObjectCommentSpecified = true;
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.