This file is indexed.

/usr/share/doc/librdf-crypt-perl/examples/web-id.pl is in librdf-crypt-perl 0.002-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
use RDF::Crypt;
use Data::Dumper;

my $enc = RDF::Crypt::Encrypter->new_from_webid(
	'http://tobyinkster.co.uk/#i',
);

print Dumper( $enc->public_keys );