sudo pkcs11-tool --module=/home/cmouse/softhsm/lib/softhsm/libsofthsm.so -l -p some-pin -k --key-type RSA:2048 -a zone-ksk|zone-zsk --slot-index slot-number
```
-- Assign the keys using (note that token label is not necessarely same as object label, see p11-kit -l)
+- Assign the keys using (note that token label is not necessarily same as object label, see p11-kit -l)
```
pdnsutil hsm assign zone rsasha256 ksk|zsk softhsm token-label pin zone-ksk|zsk
};
//! Compare two Gss Names, if no gss support is compiled in, returns false always
- //! This is not necessarely same as string comparison between two non-parsed names
+ //! This is not necessarily same as string comparison between two non-parsed names
bool operator==(const GssName& rhs) {
#ifdef ENABLE_GSS_TSIG
OM_uint32 maj,min;
}
//! Compare two Gss Names, if no gss support is compiled in, returns false always
- //! This is not necessarely same as string comparison between two non-parsed names
+ //! This is not necessarily same as string comparison between two non-parsed names
bool match(const std::string& name) {
#ifdef ENABLE_GSS_TSIG
OM_uint32 maj,min;