GovReady provides a dashboard and tools to enhance security for government websites and achieve FISMA compliance.
Note: This plugin is currently under active development and should not be used on production websites.
The GovReady Agent monitors your WordPress site, domain, and ssl certificate to ensure that you are following current security best-practices.
The GovReady Dashboard gives you a shared, easy-to-digest overview of the status of security on your website, including:
php.ini
. [Tutorial to enable cURL in PHP]
(http://www.tomjepson.co.uk/enabling-curl-in-php-php-ini-wamp-xamp-ubuntu/).NOT RECOMMENDED FOR PRODUCTION - UNDER ACTIVE DEVELOPMENT
This plugin code is under active development and has not been fully vetted for reliability or security.
That said, here is how to install the plugin and on say, your test blog.
GovReady-WordPress-Agent-master
to get GovReady-WordPress-Agent-master.zip
to upload.)To delete the token and force re-authentication, run this wp-cli command:
wp option delete govready_options
http://localhost:8080/wp-admin/admin-ajax.php?action=govready_proxy&endpoint=/initialize&method=POST
jQuery.get(
ajaxurl,
{
'action': 'govready_proxy',
'endpoint': '/sites/' + govready.siteId
},
function(response){
console.log('Data from the api', response);
}
);