shlist

share and manage lists between multiple people
Log | Files | Refs

notes.txt (581B)


      1  Server
      2 ========
      3 
      4 Our certificates in this directory are provided by let's encrypt.
      5 I think they will expire in 2016-03.
      6 
      7 To get a certificate that IO::Socket::SSL will like, you have to concatenate
      8 cert.pem and chain.pem to produce cert_chain.pem.
      9 
     10 
     11  APN
     12 =====
     13 
     14 apn/ directory has all apple push notification certificates and keys.
     15 
     16 - apn/aps.key: 2048 bit rsa private key
     17 - apn/aps.csr: certificate signing request, created from aps.key
     18 - apn/aps.cer: DER encoded certificate from Apple, created from aps.csr
     19 - apn/aps.pem: conversion of aps.cer to PEM format for use in program