feat(ssl): new modes for MongoDB and get caCert and mountPath correctly

This commit is contained in:
peaklabs-dev
2025-02-07 18:31:41 +01:00
parent 8a45c24dc2
commit bd33f65c0a
2 changed files with 10 additions and 13 deletions

View File

@@ -92,11 +92,11 @@
<x-forms.select id="database.ssl_mode" label="SSL Mode"
wire:model.live="database.ssl_mode" instantSave="instantSaveSSL"
helper="Choose the SSL verification mode for MongoDB connections">
<option value="allowSSL">allowSSL</option>
<option value="preferSSL">preferSSL</option>
<option value="requireSSL">requireSSL</option>
<option value="verifyCA">verifyCA</option>
<option value="verifyFull">verifyFull</option>
<option value="allow">allow</option>
<option value="prefer">prefer</option>
<option value="require">require</option>
<option value="verify-ca">verify-ca</option>
<option value="verify-full">verify-full</option>
</x-forms.select>
@endif
</div>