Skip to main content

Creating User Based AutoSSL

Comments

3 comments

  • Hamit
    i got it thank you
    0
  • cPanelMichael
    i got it thank you

    Hello, Would you mind sharing the solution you decided to use in-case someone else has the same question? Thanks!
    0
  • Hamit
    Like the way below CPanelXMLAPI xmlap = new CPanelXMLAPI(_host,_user,_pwd); v2.Key = "api.version"; v2.Value = "1"; v3.Key = "features"; v3.Value = "{\"autossl\":1}"; v4.Key = "user"; v4.Value = userName; string result1 = xmlap.XMLAPIQuery("add_override_features_for_user?", new List { v4, v2, v3 });
    0

Please sign in to leave a comment.