update comment

This commit is contained in:
yggverse 2024-11-23 12:50:06 +02:00
parent 43083bd96f
commit f4c823e28a

View File

@ -461,7 +461,7 @@ impl Page {
let client = SocketClient::new(); let client = SocketClient::new();
client.set_protocol(SocketProtocol::Tcp); client.set_protocol(SocketProtocol::Tcp);
// Check request match configured identity in profile database // Return PEM string match `uri`
let certificate = match self let certificate = match self
.profile .profile
.identity .identity