mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
18 lines
310 B
XML
18 lines
310 B
XML
<rpc>
|
|
<load-configuration>
|
|
<configuration>
|
|
<security>
|
|
<ike>
|
|
<policy>
|
|
<name>%policy-name%</name>
|
|
<mode>aggressive</mode>
|
|
<proposals>%proposal-name%</proposals>
|
|
<pre-shared-key>
|
|
<ascii-text>%pre-shared-key%</ascii-text>
|
|
</pre-shared-key>
|
|
</policy>
|
|
</ike>
|
|
</security>
|
|
</configuration>
|
|
</load-configuration>
|
|
</rpc> |