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