- Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
- Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
mkdir Apple\ Enterprise
cd Apple\ Enterprise
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
IMAP testing: | |
openssl s_client -connect [service ip address]:993 | |
a1 LOGIN [username] [password] | |
a2 LIST "" "*" | |
a3 EXAMINE INBOX | |
SMTP testing: | |
telnet localhost 25 |
cd \PhoneGap\com.serco.saynotoolkit
ant blackberry build
Add to the body of the page you want to inspect; it redirects js errors to a div attached to the bottom of the window:
<style type="text/css">
#debugWindow {
position:fixed;
display:block;
bottom:0;
left:0;
width:100%;
// Usage from the console: | |
// console.save(myVariable) | |
(function(console){ | |
console.save = function(data, filename){ | |
if(!data) { | |
console.error('Console.save: No data') | |
return; | |
} |