6 lines
188 B
Text
6 lines
188 B
Text
|
%set %%key = %%get_private_key(cn=%%domain_name_eth0, authority_cn=%%ldap_server_address, authority_name='LDAP', type='client')
|
||
|
%if not %%key
|
||
|
%raise Exception('empty key')
|
||
|
%end if
|
||
|
%%key
|