Skip to content

Commit 7ba6750

Browse files
committed
Revert f3e8e5f Fixes #123 Useless cert_text
1 parent d08b172 commit 7ba6750

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lib/Net/SAML2/Binding/POST.pm

+20
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,26 @@ path to a key used to sign the XML.
5757
5858
=back
5959
60+
=item B<cert>
61+
62+
path to a certificate that is added to the signed XML. It needs to be the
63+
certificate that includes the public key related to the B<key>
64+
65+
=back
66+
67+
=item B<cert_text>
68+
69+
text form of the certificate in FORMAT_ASN1 or FORMAT_PEM that is used to
70+
verify the signed XML.
71+
72+
=back
73+
74+
=item B<key>
75+
76+
path to a key used to sign the XML.
77+
78+
=back
79+
6080
=cut
6181

6282
has 'cacert' => (isa => 'Maybe[Str]', is => 'ro');

0 commit comments

Comments
 (0)