Skip to content

Instantly share code, notes, and snippets.

@duncan-bayne
Created March 5, 2013 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncan-bayne/5095315 to your computer and use it in GitHub Desktop.
Save duncan-bayne/5095315 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IPSec</key>
<dict>
<key>SystemConfig</key>
<dict>
<key>IPSec</key>
<dict>
<key>AuthenticationMethod</key>
<string>SharedSecret</string>
<key>ExportedSharedSecret</key>
<data>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
</data>
<key>LocalIdentifier</key>
<string>XXXXXXX</string>
<key>LocalIdentifierType</key>
<string>KeyID</string>
<key>RemoteAddress</key>
<string>XXX.XXX.XXX.XXX</string>
<key>SharedSecret</key>
<string>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</string>
<key>SharedSecretEncryption</key>
<string>Keychain</string>
<key>XAuthName</key>
<string></string>
<key>XAuthPasswordEncryption</key>
<string>Prompt</string>
</dict>
<key>PPP</key>
<dict>
<key>AuthenticationMethod</key>
<string>SharedSecret</string>
<key>LocalIdentifier</key>
<string>XXXXXXX</string>
<key>LocalIdentifierType</key>
<string>KeyID</string>
<key>RemoteAddress</key>
<string>XXX.XXX.XXX.XXX</string>
<key>SharedSecret</key>
<string>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</string>
<key>SharedSecretEncryption</key>
<string>Keychain</string>
<key>XAuthName</key>
<string>XXXXXXXXXX</string>
<key>XAuthPasswordEncryption</key>
<string>Prompt</string>
</dict>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment