Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.07 KB

File metadata and controls

32 lines (19 loc) · 1.07 KB

Ansible Role: USM/OSSIM openvas certificate renewal

NOTE This repository has been archived, while the process may work for older versions of OSSIM, it no longer works for versions released after OSSIM 9 was replaced in the installation

Updates the OpenVAS certificates on a USM/OSSIM appliance.

This is based on the instructions on this page How do I resolve OpenVAS expired certificate issues?

Requirements

An USM/OSSIM appliance

Role Variables

Variable Default Comments
usm_openvas_cert_lifetime 1460 Number of days the certificates should be made for
usm_openvas_cert_allowance 432000 Number of seconds before expire a cert should be renewed

Example Playbook

- hosts: all
  roles:
    - outsideopen.ossim-openvas-cert-renewal

License

MIT / BSD

Author Information

This role was created in 2019 by David Lundgren.