Documentation

update_ssl.inc.php

Page-level DocBlock

Table of Contents

Functions

update_ssl()  : mixed
Bearbeiten eines SSL Zertifikats

Functions

update_ssl()

Bearbeiten eines SSL Zertifikats

update_ssl(array<string|int, mixed> $parameter) : mixed
Parameters
$parameter : array<string|int, mixed>

folgende Parameter sind möglich:

  • kas_login: das betreffende KAS Login
  • kas_auth_data: die Authentifizierungsdaten
  • kas_auth_type: der Authentifizierungstyp
  • hostname: der zu bearbeitende Hostname
  • ssl_certificate_is_active: SSL aktiv: Y|N (optional)
  • ssl_certificate_sni_csr: der SSL CSR (optional)
  • ssl_certificate_sni_key: der SSL KEY
  • ssl_certificate_sni_crt: das SSL CRT
  • ssl_certificate_sni_bundle: das Bundle / Intermediate (optional)
  • ssl_certificate_force_https: HTTP Aufruf auf HTTPS umleiten (HTTP 301 Redirect): Y|N (optional)
  • ssl_certificate_hsts_max_age: HTTP Strict Transport Security (HSTS) Wert in Sekunden, -1 um zu deaktivieren (optional)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
in_progress

das KAS Objekt ist zZt noch in Bearbeitung

throws
nothing_to_do

es wurde nichts geändert

throws
ssl_certificate_is_active_syntax_incorrect
throws
ssl_certificate_sni_key_syntax_incorrect
throws
ssl_certificate_sni_crt_syntax_incorrect
throws
ssl_certificate_sni_crt_is_not_a_crt
throws
ssl_certificate_hostname_not_in_crt
throws
ssl_certificate_sni_csr_syntax_incorrect
throws
ssl_certificate_sni_bundle_syntax_incorrect
throws
ssl_certificate_sni_bundle_is_not_a_bundle
throws
ssl_certificate_sni_chainfile_syntax_incorrect
throws
ssl_certificate_sni_chainfile_is_not_a_chainfile
throws
ssl_certificate_sni_key_is_not_a_key
throws
ssl_certificate_hsts_max_age_syntax_incorrect
throws
ssl_certificate_force_https_syntax_incorrect

        
On this page

Search results