Download the 2014 Linux edition of the tools from here:
http://www.hmrc.gov.uk/payerti/payroll/bpt/paye-tools.htm#b
wget https://www.gov.uk/government/uploads/uploaded/hmrc/payetools-rti-14.0.14063.106-linux.zip
| Variation to handle when the java key store has multiple aliases. | |
| 0. List the certificates in the java key store. | |
| keytool -keystore oldkeystore.jks -list | |
| 1. Convert our ".jks" file to ".p12" (PKCS12 key store format): | |
| keytool -importkeystore -srckeystore oldkeystore.jks -srcalias ??alias?? -destkeystore newkeystore.p12 -deststoretype PKCS12 |
Download the 2014 Linux edition of the tools from here:
http://www.hmrc.gov.uk/payerti/payroll/bpt/paye-tools.htm#b
wget https://www.gov.uk/government/uploads/uploaded/hmrc/payetools-rti-14.0.14063.106-linux.zip