try:
                _dhparams = get_pem_entry(_filecontents, 'DH PARAMETERS')
            except salt.exceptions.SaltInvocationError as err:
                log.debug("Error when getting DH PARAMETERS: %s", err)
                log.trace(err, exc_info=err)