{{ __('Create SSL') }}

{{ __('Create SSL') }}

@foreach(\App\Enums\SslType::getValues() as $t) @endforeach @error('type') @enderror
@if($type === \App\Enums\SslType::CUSTOM)
@error('certificate') @enderror
@error('private') @enderror
@endif
{{ __('Cancel') }} {{ __('Create') }}