33 lines
1.9 KiB
PHP
33 lines
1.9 KiB
PHP
<div class="mw-modal-frame">
|
|
|
|
<div class="mw-modal-head">
|
|
<div class="mw-modal-title-wrap">
|
|
<h2 class="mw-modal-title">SSL manuell erzwingen</h2>
|
|
<span class="mw-modal-sub">certbot · Let's Encrypt</span>
|
|
</div>
|
|
<button wire:click="$dispatch('closeModal')" class="mw-modal-close">
|
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M2 2l10 10M12 2L2 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
</button>
|
|
</div>
|
|
|
|
<div class="mw-modal-body">
|
|
<div class="mw-modal-danger">
|
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" style="flex-shrink:0"><path d="M7 1L13 12H1L7 1Z" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"/><path d="M7 5.5v3" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/><circle cx="7" cy="10" r=".7" fill="currentColor"/></svg>
|
|
Bereits vorhandene Zertifikate (z. B. von NPM) können überschrieben werden.
|
|
</div>
|
|
<div style="margin-top:14px;font-size:13px;color:var(--mw-t2);line-height:1.6">
|
|
certbot wird jetzt für alle drei konfigurierten Domains ausgeführt.
|
|
Stelle sicher, dass Port 80 erreichbar ist und kein anderer Dienst den ACME-Challenge blockiert.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mw-modal-foot">
|
|
<button type="button" wire:click="$dispatch('closeModal')" class="mw-btn-cancel">Abbrechen</button>
|
|
<button type="button" wire:click="confirm" class="mbx-btn-primary">
|
|
<svg width="12" height="12" viewBox="0 0 14 14" fill="none"><rect x="1.5" y="6" width="11" height="7.5" rx="1.5" stroke="currentColor" stroke-width="1.2"/><path d="M4.5 6V4.5a2.5 2.5 0 0 1 5 0V6" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/></svg>
|
|
Jetzt ausführen
|
|
</button>
|
|
</div>
|
|
|
|
</div>
|