You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
export PERL5LIB={{ pki_root_dir }}/lib/perl5
|
|
export OPENXPKI_CONF_PATH={{ pki_root_dir }}/etc/config.d
|
|
exec {{ pki_root_dir }}/bin/openxpkiadm "$@"
|
|
|