nothing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Under GNU General Public License | |
| # Copyright (c) 2013 - ADVTOOLS SARL | |
| # | |
| # Script to manage additional trusted root certificate in the simulator | |
| # | |
| # Allows to add/list/delete/export trusted root certificates to the simulator | |
| # TrustStore.sqlite3 file. | |
| # |