Generate self signed certs
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /tmp/private/nginx-selfsigned.key -out /tmp/nginx-selfsigned.crt
Import self signed certs into browser (firefox)
# add the local nginx proxy as an exception,
Generate self signed certs
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /tmp/private/nginx-selfsigned.key -out /tmp/nginx-selfsigned.crt
Import self signed certs into browser (firefox)
# add the local nginx proxy as an exception,
<script type="text/javascript" src="https://www.google.com/jsapi"></script> | |
<script type="text/javascript"> | |
google.load("visualization", "1", {packages:["corechart"]}); | |
google.setOnLoadCallback(drawChart); | |
function drawChart() { | |
var data = google.visualization.arrayToDataTable([ | |
['Year', 'AIDMK', 'DMK','INC','CPI','CPI-M','PMK','MDMK','DMDK'], | |
['1977', 130, 48, 27, 5 , 12, 0 , 0, 0 ], | |
['1980', 129, 37, 31, 9 , 11, 0, 0, 0 ], |