Friday, April 26, 2019

Print signed pdf documents (with verified signature)




pdf documents are digitally signed and sometimes you want to get printouts of same with valid digital signature.

So, how it can be done:

========================
Open the (signed) pdf document.


Click on the signature with "yellow question mark"

It opens up signature validation status.

  There is "signature properties" , click on it.


Click "show certificate" here.

There is "Trust" tab in "show certificate". click on "Add to trusted identities".
 -> OK.

Now, you click on "validate signature".

The "yellow question mark" becomes "green tick mark".

Now, your printout will reflect the "green tick mark".
========================

Tuesday, April 2, 2019

How to cleanly remove network (created by libvirtd)

How to cleanly remove  network (created by libvirtd)

// list all net devices
virsh net-list --all



// make it inactive
virsh net-destroy  



// Now it is be in inactive state, but not removed - so, remove it using
virsh net-undefine