You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one has to use the Samsung Cert Extensions to deploy apps to Samsung Devices there has to be another directory mapped.
I added to .env: LOCAL_SAMSUNGCERT_DIRECTORY=/home/someuser/Documents/Tizen/docker-volumes/SamsungCertificate
and to docker-compose.yml under volumes: - "${LOCAL_SAMSUNGCERT_DIRECTORY}:/home/${TIZEN_USER}/SamsungCertificate"
The text was updated successfully, but these errors were encountered:
If one has to use the Samsung Cert Extensions to deploy apps to Samsung Devices there has to be another directory mapped.
I added to .env:
LOCAL_SAMSUNGCERT_DIRECTORY=/home/someuser/Documents/Tizen/docker-volumes/SamsungCertificate
and to docker-compose.yml under volumes:
- "${LOCAL_SAMSUNGCERT_DIRECTORY}:/home/${TIZEN_USER}/SamsungCertificate"
The text was updated successfully, but these errors were encountered: