Oracle Weblogic Server (MOSC)

MOSC Banner

Certificate Verification by CN

How to implement request and verification of a user certificate on CN on WL?

something like this, but use WL? without nginx or some

~/CN=(?<CN>[^/]+) $CN;
}

server {
...

if ($ssl_client_s_dn_cn != "XXXXXXXXXX") {
    return 403; 
    }

}

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center