Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
<div | |
x-data="{ | |
model: @entangle($attributes->wire('model')), | |
}" | |
x-init=" | |
select2 = $($refs.select) | |
.not('.select2-hidden-accessible') | |
.select2({ | |
theme: 'bootstrap', | |
dropdownAutoWidth: true, |