You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generate certificate with custom validity and organization
93
105
tlsx secure example.com --validity-days 365 --organization-name "My Company"
94
106
107
+
# Revoke a certificate for a domain
108
+
tlsx revoke example.com
109
+
110
+
# Revoke a certificate with a specific name
111
+
tlsx revoke example.com --cert-name "My Custom Certificate"
112
+
113
+
# Clean up all TLSX certificates from the system trust store
114
+
tlsx cleanup
115
+
116
+
# Clean up certificates matching a specific pattern
117
+
tlsx cleanup --pattern "My Custom Pattern"
118
+
119
+
# List all certificates
120
+
tlsx list
121
+
122
+
# Verify a certificate
123
+
tlsx verify path/to/cert.crt
124
+
125
+
# Show system configuration and paths
126
+
tlsx info
127
+
95
128
# Show all available options
96
129
tlsx secure --help
97
130
@@ -159,7 +192,7 @@ For casual chit-chat with others using this package:
159
192
160
193
## Postcardware
161
194
162
-
“Software that is free, but hopes for a postcard.” We love receiving postcards from around the world showing where `tlsx` is being used! We showcase them on our website too.
195
+
"Software that is free, but hopes for a postcard." We love receiving postcards from around the world showing where `tlsx` is being used! We showcase them on our website too.
163
196
164
197
Our address: Stacks.js, 12665 Village Ln #2306, Playa Vista, CA 90094, United States 🌎
0 commit comments