in src/main/scala/com/gu/googleamp/AmpFlusher.scala [32:37]
private def getPrivateKey(): PrivateKey = {
val bytes = config.ampFlusherPrivateKey
KeyFactory
.getInstance("RSA")
.generatePrivate(new PKCS8EncodedKeySpec(bytes))
}