Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created February 1, 2012 20:01
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 marianogonzalez/1719003 to your computer and use it in GitHub Desktop.
Save marianogonzalez/1719003 to your computer and use it in GitHub Desktop.
key manager
<spring:bean id="pgpKeyManager" class="org.mule.module.pgp.PGPKeyRingImpl" init-method="initialise">
<spring:property name="publicKeyRingFileName" value="./public.gpg" />
<spring:property name="secretKeyRingFileName" value="./secring.gpg" />
<spring:property name="secretAliasId" value="1218002276979500705" />
<spring:property name="secretPassphrase" value="myPassPhrase" />
</spring:bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment