System Administration > File Management System > Administering FMS > Configuring FMS > Configuring PKI authentication for FMS
Restricting selected fscadmin commands for PKI authentication
Before selecting fscadmin commands for additional authentication, you must first: Determine which fscadmin commands you want to restrict. This example requires additional authentication for the filestoredetail and cachedetail commands. Determine the policy names associated with the restricted commands. This example defines a single policy (trustedadmin) for both commands. Policy names are arbitrary, but should be meaningful, such as siteadmins or supplieradmins. Determine the key/certificate aliases used to assert a policy. This example uses ent123.trustedadmin. You can use different keys/certificates for each installation, though this requires significant keystore management. The keytool used in this example is from Java JDK 1.5. Procedure Create the trusted keystore to hold the private keys. In this example, this is the keystore deployed to trusted servers and installations. Determine the keystore name. In this example, the keystore name is trusted.jceks Determine the password used for the keystores. In this example, the password is trusted.jceks.lp7qZF.password. Determine the password used for individual keys. In this example, the password is trustedadmin.5oDHfVV.password. Use the keytool to create the keystore and key. For example: Copy > keytool -storetype jceks -keystore trusted.jceks -storepass trusted.jceks.lp7qZF.password -genkey -v -keyalg RSA -alias "ent123.trustedadmin" -keypass trustedadmin.5oDHfVV.password -validity 9999 -dname "CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc" Generating 1,024 bit RSA key pair and self-signed certificate (MD5WithRSA) for: CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc [Storing trusted.jceks] Use the keytool to export the public certificate. For example: Copy > keytool -storetype jceks -keystore trusted.jceks -storepass trusted.jceks.lp7qZF.password -export -v -alias "ent123.trustedadmin" -keypass trustedadmin.5oDHfVV.password -file ent123.trustedadmin.cer Certificate stored in file <ent123.trustedadmin.cer> Use the keytool to list the contents of the keystore. For example: Copy > keytool -storetype jceks -keystore trusted.jceks -storepass trusted.jceks.lp7qZF.password -list -v Keystore type: jceks Keystore provider: SunJCE Your keystore contains 1 entry Alias name: ent123.trustedadmin Creation date: Jul 10, 2022 Entry type: keyEntry Certificate chain length: 1 Certificate[1]: Owner: CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc Issuer: CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc Serial number: 4a578037 Valid from: Fri Jul 10 13:53:59 EDT 2022 until: Mon Nov 24 12:53:59 EST 2036 Certificate fingerprints: MD5: 66:6F:67:55:09:CA:04:69:52:76:C8:49:30:30:75:F0 SHA1: E4:74:66:DD:54:C2:0D:4B:D2:AD:74:EA:65:69:89:C7:0F:16:71:49 ******************************************* ******************************************* Create the untrusted keystore to contain only public certificates. In this example, this is the keystore deployed to untrusted servers and installations (such as supplier sites). Determine the keystore name. In this example, the keystore name is untrusted.jceks Determine the passwords used for the keystores. In this example, the password is untrusted.jceks.2TLiFD.password. Use the keytool to create and import the public certificate. For example: Copy > keytool -storetype jceks -keystore untrusted.jceks -storepass untrusted.jceks.2TLiFD.password -import -v -noprompt -trustcacerts -alias "ent123.trustedadmin" -file ent123.trustedadmin.cer Certificate was added to keystore [Storing untrusted.jceks] Use the keytool to list the contents of the keystore. For example: Copy > keytool -storetype jceks -keystore untrusted.jceks -storepass untrusted.jceks.2TLiFD.password -list -v Keystore type: jceks Keystore provider: SunJCE Your keystore contains 1 entry Alias name: ent123.trustedadmin Creation date: Jul 10, 2022 Entry type: trustedCertEntry Owner: CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc Issuer: CN=FMS trusted admin policy site ent123, OU=org unit, O=org, L=c, ST=st, C=cc Serial number: 4a578037 Valid from: Fri Jul 10 13:53:59 EDT 2022 until: Mon Nov 24 12:53:59 EST 2036 Certificate fingerprints: MD5: 66:6F:67:55:09:CA:04:69:52:76:C8:49:30:30:75:F0 SHA1: E4:74:66:DD:54:C2:0D:4B:D2:AD:74:EA:65:69:89:C7:0F:16:71:49 ******************************************* ******************************************* Create and/or modify the FSC property files. Encrypt the keystore and key/alias password values using the passwordtool script. For example: Copy > passwordtool -encrypt trusted.jceks.lp7qZF.password fcLxB/oeZ+IeNnP/vofAqFpDqmJdSyaU0y+EHU0ffRc= > passwordtool -encrypt trustedadmin.5oDHfVV.password Bpg2TLiFDni3bT4xS4kyIaLvz5TWGLQ/GPTJN2r5T3s= > passwordtool -encrypt untrusted.jceks.2TLiFD.password J168VL0QG4bTbJpcls57lqwc3P42GhTnXWfogeoVWs0= Add the following properties to the fsc.fscid.properties file for trusted installations: Copy # signing keystore file and password com.teamcenter.fms.signing.keystore.file=trusted.jceks com.teamcenter.fms.signing.keystore.epassword=fcLxB/oeZ+IeNnP/vofAqFpDqmJdSyaU0y+EHU0ffRc= # key password(s) property name form: com.teamcenter.fms.signing.
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/uuc1737238583853/fhe1737238587390/nxs1737238591363/vtg1737238593353/id1158041.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)