def upload_sslcert(attributes, headers = {})
          fixed_attributes = { type: "self" }
          attributes.merge!(fixed_attributes)
          Validators::Sslcert.validate_attributes!(attributes, :upload)
          res = post!("sslcerts", attributes, headers)