Skip to content
logicminds edited this page Oct 24, 2011 · 15 revisions

Troubleshooting

IOS and HTTPS certificates

Adobe Air on IOS does not prompt for the CA certificate. As a work around you will need to email yourself the public CA certificate that signed the foreman's certificate request. If your using your puppet certificate in your apache config. Just email yourself the CA public certificate (not key) /var/lib/puppet/ssl/certs/ca.pem. Once this is installed restart remoteadmin and the communication will be established with foreman. On the puppetmaster the file would be /var/lib/puppet/ssl/ca/ca_crt.pem. If your using some other 3rd party CA you will need the CA's public certificate, but then again it might not be needed since its trusted.

Steps to fix:

  1. email yourself the ca.pem or ca_crt.pem file to your IOS device
  2. Accept and Install certificate from the email
  3. restart remoteadmin after certificate has been installed to use Https
Clone this wiki locally