UNPKG

503 BJavaScriptView Raw
1"use strict";
2// ---------------------------------------------------------------------------------------------------------------------
3module.exports = {
4
5 subject: {
6 commonName: "NodeOPCUA-TEST",
7 organization: "NodeOPCUA",
8 organizationalUnit: "Unit",
9 locality: "Paris",
10 state: "IDF",
11 country: "FR" // Two letters
12 },
13
14 validity: 365 * 15, // 15 years
15
16 keySize: 2048 // default private key size : 2048, 3072 or 4096 (avoid 1024 too weak)
17};
18