blob: a0caffb930413dd9a69470909176b1d852583857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
missing_convert=❌ [openssl] Missing arguments for conversion: src, dest, format
missing_inspect=❌ [openssl] File not found for inspection: {src}
missing_trust=❌ [openssl] Missing arguments for CA installation: src, alias, trust_path
missing_untrust=❌ [openssl] Missing arguments for removal: alias, trust_path
src_not_found=❌ [openssl] Input file not found: {src}
converting=🔐 [openssl] Converting {src} to format {format}...
converted=✅ [openssl] Conversion completed: {dest}
key_extracted=✅ [openssl] Key extracted: {dest}
cer_converted=✅ [openssl] Certificate converted to .cer: {dest}
unsupported_format=❌ [openssl] Unsupported destination format: {format}
inspecting=🔍 [openssl] Inspecting certificate: {src}
inspect_fail=⚠️ [openssl] Failed to extract certificate information
trusting=🏛️ [openssl] Installing certificate '{alias}' as trusted CA...
trusted=✅ [openssl] Certificate installed and CA updated
untrust_not_found=⚠️ [openssl] Certificate '{alias}' not found in {trust_path}
untrusting=🧹 [openssl] Removing certificate '{alias}' from trusted CAs...
untrusted=✅ [openssl] Certificate removed and CA updated
unknown_state=❌ [openssl] Unknown state: '{state}'. Use 'convert', 'inspect', 'trust' or 'untrust'
missing_deps=❌ [openssl] Missing dependencies: {cmds}
deps_ok=✅ [openssl] All dependencies are available
|