File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ export default {
111111 tsa_policy_oid: ' ' ,
112112 tsa_username: ' ' ,
113113 tsa_password: ' ' ,
114- },
114+ },
115115 authOptions: [
116116 {
117117 id: AUTH_TYPES .NONE ,
118118 label: t (' libresign' , ' Without authentication' ),
119- },
119+ },
120120 {
121121 id: AUTH_TYPES .BASIC ,
122122 label: t (' libresign' , ' Username / Password' ),
123- },
123+ },
124124 ],
125125 }
126126 },
@@ -191,15 +191,15 @@ export default {
191191 tsa_url: {
192192 error: t (' libresign' , ' Invalid URL' ),
193193 normal: t (' libresign' , ' Format: https://example.com/tsa' ),
194- },
194+ },
195195 tsa_policy_oid: {
196196 error: t (' libresign' , ' Invalid OID format. Expected pattern: %s' , ' 1.2.3.4.1' ),
197197 normal: t (' libresign' , ' Example: 1.2.3.4.1 or leave empty for default' ),
198- },
198+ },
199199 tsa_username: {
200200 error: t (' libresign' , ' Name is mandatory' ),
201201 normal: t (' libresign' , ' Username' ),
202- },
202+ },
203203 tsa_password: {
204204 error: t (' libresign' , ' Password is mandatory' ),
205205 normal: t (' libresign' , ' Password' ),
You can’t perform that action at this time.
0 commit comments