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

6 lines
181 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-16 12:35:40 +02:00
<div class="pt-2 pb-10 ">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>