virtualsatellite / VirtualSatellite4-Core

Virtual Satellite Core - Baseline Framework and IDE Tools
Eclipse Public License 2.0
30 stars 18 forks source link

Fix creation of CAs in server so that it returns the CA #1244

Open franzTobiasDLR opened 4 days ago

franzTobiasDLR commented 4 days ago

When creating a CA via post request on our server, it currently only returns the typename as string... Which is not comliant to our specification as JSON return. We changed it so that it returns the newly created CA as JSON object.