Home
last modified time | relevance | path

Searched refs:keystore_path (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Djava_cert.py293 def test_keystore(module, keystore_path): argument
295 if keystore_path is None:
296 keystore_path = ''
298 if not os.path.exists(keystore_path) and not os.path.isfile(keystore_path):
312 keystore_path=dict(type='path'),
340 keystore_path = module.params.get('keystore_path')
350 % keystore_path)
355 test_keystore(module, keystore_path)
357 cert_present = check_cert_present(module, executable, keystore_path,
375 import_cert_path(module, executable, path, keystore_path,
[all …]
H A Djava_keystore.py179 def cert_changed(module, openssl_bin, keytool_bin, keystore_path, keystore_pass, alias): argument
189 def create_jks(module, name, openssl_bin, keytool_bin, keystore_path, password): argument
196 if os.path.exists(keystore_path):
197 os.remove(keystore_path)
221 update_jks_perm(module, keystore_path)
236 def update_jks_perm(module, keystore_path): argument
237 module.params['path'] = keystore_path
245 keystore_path = module.params['dest']
250 if os.path.exists(keystore_path):
258 update_jks_perm(module, keystore_path)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Djava_cert.py203 keystore_path,
359 keystore_path,
367 if not os.path.exists(keystore_path):
390 keystore_path,
422 keystore_path,
445 def test_keystore(module, keystore_path): argument
447 if keystore_path is None:
448 keystore_path = ''
450 if not os.path.exists(keystore_path) and not os.path.isfile(keystore_path):
464 keystore_path=dict(type='path'),
[all …]
H A Djava_keystore.py238 self.keystore_path = module.params['dest']
269 self.module.params['path'] = self.keystore_path
324 "-keystore", self.keystore_path, "-v"
360 with open(self.keystore_path, 'rb') as fd:
474 self.module.atomic_move(keystore_p12_path, self.keystore_path)
480 "-destkeystore", self.keystore_path,
494 keystore_backup = self.keystore_path + '.tmpbak'
496 self.module.preserved_copy(self.keystore_path, keystore_backup)
497 os.remove(self.keystore_path)
508 self.module.preserved_copy(keystore_backup, self.keystore_path)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Djava_cert.py203 keystore_path,
359 keystore_path,
367 if not os.path.exists(keystore_path):
390 keystore_path,
422 keystore_path,
445 def test_keystore(module, keystore_path): argument
447 if keystore_path is None:
448 keystore_path = ''
450 if not os.path.exists(keystore_path) and not os.path.isfile(keystore_path):
464 keystore_path=dict(type='path'),
[all …]
H A Djava_keystore.py238 self.keystore_path = module.params['dest']
269 self.module.params['path'] = self.keystore_path
324 "-keystore", self.keystore_path, "-v"
360 with open(self.keystore_path, 'rb') as fd:
474 self.module.atomic_move(keystore_p12_path, self.keystore_path)
480 "-destkeystore", self.keystore_path,
494 keystore_backup = self.keystore_path + '.tmpbak'
496 self.module.preserved_copy(self.keystore_path, keystore_backup)
497 os.remove(self.keystore_path)
508 self.module.preserved_copy(keystore_backup, self.keystore_path)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/java_cert/tasks/
H A Dstate_change.yml98 keystore_path: "{{ test_keystore2_path }}"
114 keystore_path: "{{ test_keystore2_path }}"
135 keystore_path: "{{ test_keystore2_path }}"
150 keystore_path: "{{ test_keystore2_path }}"
169 keystore_path: "{{ test_keystore2_path }}"
184 keystore_path: "{{ test_keystore2_path }}"
201 keystore_path: "{{ test_keystore2_path }}"
213 keystore_path: "{{ test_keystore2_path }}"
230 keystore_path: "{{ test_keystore2_path }}"
260 keystore_path: "{{ test_keystore2_path }}"
[all …]
H A Dmain.yml20 keystore_path: "{{ remote_tmp_dir }}/{{ test_keystore_path }}"
37 keystore_path: "{{ remote_tmp_dir }}/{{ test_keystore_path }}"
54 keystore_path: "{{ remote_tmp_dir }}/{{ test_keystore_path }}"
68 keystore_path: "{{ remote_tmp_dir }}/{{ test_keystore_path }}"
81 keystore_path: "{{ remote_tmp_dir }}/{{ test_keystore_path }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/java_cert/tasks/
H A Dmain.yml11 keystore_path: "{{output_dir}}/{{ test_keystore_path }}"
27 keystore_path: "{{output_dir}}/{{ test_keystore_path }}"
44 keystore_path: "{{output_dir}}/{{ test_keystore_path }}"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dapp_bundle_utils.py46 keystore_path, argument
101 '--ks=%s' % keystore_path,
131 input_paths = [bundle_path, aapt2_path, keystore_path]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dapp_bundle_utils.py48 keystore_path, argument
106 '--ks=%s' % keystore_path,
143 input_paths = [bundle_path, aapt2_path, keystore_path]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dapp_bundle_utils.py48 keystore_path, argument
106 '--ks=%s' % keystore_path,
143 input_paths = [bundle_path, aapt2_path, keystore_path]
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dapp_bundle_utils.py48 keystore_path, argument
107 '--ks=%s' % keystore_path,
147 input_paths = [bundle_path, aapt2_path, keystore_path]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gyp/
H A Dcreate_app_bundle.py115 if options.keystore_path or options.keystore_password or options.key_name:
116 if not options.keystore_path or not options.keystore_password or \
407 if options.keystore_path:
429 if options.keystore_path:
436 '-keystore', 'file:' + options.keystore_path,
H A Dcreate_app_bundle_apks.py42 args.keystore_path,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dcreate_app_bundle.py118 if options.keystore_path or options.keystore_password or options.key_name:
119 if not options.keystore_path or not options.keystore_password or \
414 if options.keystore_path:
440 if options.keystore_path:
447 '-keystore', 'file:' + options.keystore_path,
H A Dcreate_app_bundle_apks.py42 args.keystore_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dcreate_app_bundle.py126 if options.keystore_path or options.keystore_password or options.key_name:
127 if not options.keystore_path or not options.keystore_password or \
488 if options.keystore_path:
521 if options.keystore_path:
528 '-keystore', 'file:' + options.keystore_path,
H A Dcreate_app_bundle_apks.py42 args.keystore_path,
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Difapi_io.c381 const char *keystore_path, in ifapi_io_remove_directories() argument
410 r = ifapi_io_remove_directories(path, keystore_path, sub_dir); in ifapi_io_remove_directories()
435 len_kstore_path = strlen(keystore_path); in ifapi_io_remove_directories()
439 pos = strlen(keystore_path); in ifapi_io_remove_directories()
440 if (keystore_path[pos - 1] == '/') in ifapi_io_remove_directories()
/dports/net/krill/krill-0.9.4/src/upgrades/
H A Dmod.rs213 let keystore_path = work_dir.join(ns); in needs_upgrade() localVariable
214 if keystore_path.exists() { in needs_upgrade()
215 let version_path = keystore_path.join("version"); in needs_upgrade()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/auth/
H A DX509Token.java69 private String keystore_path = null; field in X509Token
176 java.io.FileInputStream fis = new java.io.FileInputStream(this.keystore_path); in setCertificate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/android/modules/
H A Dchrome_bundle_tmpl.gni83 "keystore_path",
104 keystore_path = chrome_keystore_path
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/android_webview/
H A Dsystem_webview_bundle.gni28 keystore_path = webview_keystore_path
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dcreate_app_bundle_apks.py44 args.keystore_path,

123