12 lines
343 B
PHP
12 lines
343 B
PHP
<x-layout>
|
|
<h1>Create a new Private Key</h1>
|
|
<nav class="flex pt-2 pb-10 text-sm">
|
|
<ol class="inline-flex items-center">
|
|
<li class="inline-flex items-center">
|
|
Private Keys are used for connection to servers.
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
<livewire:private-key.create />
|
|
</x-layout>
|