coolify/resources/views/private-key/new.blade.php

6 lines
188 B
PHP
Raw Normal View History

2023-05-03 12:38:57 +02:00
<x-layout>
2023-06-07 16:47:10 +02:00
<h1>Create a new Private Key</h1>
2023-06-08 08:18:14 +02:00
<div class="pt-2 pb-10 text-sm">Private Keys are used for connection to servers.</div>
2023-05-03 14:09:10 +02:00
<livewire:private-key.create />
2023-05-03 12:38:57 +02:00
</x-layout>