Skip to content

Commit

Permalink
fix(image): remove metadata-root-ca.cer inside fido2 image (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Oct 13, 2022
1 parent 16b5dd6 commit 9461fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-jans-fido2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ RUN mkdir -p /etc/jans/conf \
# sync static files from linux-setup
RUN cd /tmp/jans \
&& cp -R ${JANS_SETUP_DIR}/static/fido2/authenticator_cert /etc/jans/conf/fido2/authenticator_cert \
&& cp ${JANS_SETUP_DIR}/static/fido2/mds_toc_cert/metadata-root-ca.cer /etc/jans/conf/fido2/mds/cert/ \
&& cp ${JANS_SETUP_DIR}/static/rdbm/sql_data_types.json /app/static/rdbm/ \
&& cp ${JANS_SETUP_DIR}/static/rdbm/ldap_sql_data_type_mapping.json /app/static/rdbm/ \
&& cp ${JANS_SETUP_DIR}/static/rdbm/opendj_attributes_syntax.json /app/static/rdbm/ \
Expand Down

0 comments on commit 9461fbc

Please sign in to comment.